fix tests

This commit is contained in:
おさむのひと
2025-02-22 20:21:19 +09:00
parent 9018b7cebe
commit c9e4e94643
7 changed files with 13 additions and 13 deletions

View File

@@ -91,7 +91,7 @@ describe('UserWebhookService', () => {
}
async function beforeEachImpl() {
root = await createUser({ isRoot: true, username: 'root', usernameLower: 'root' });
root = await createUser({ username: 'root', usernameLower: 'root' });
}
async function afterEachImpl() {