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

@@ -113,7 +113,7 @@ describe('UserSearchService', () => {
});
beforeEach(async () => {
root = await createUser({ username: 'root', usernameLower: 'root', isRoot: true });
root = await createUser({ username: 'root', usernameLower: 'root' });
alice = await createUser({ username: 'Alice', usernameLower: 'alice' });
alyce = await createUser({ username: 'Alyce', usernameLower: 'alyce' });
alycia = await createUser({ username: 'Alycia', usernameLower: 'alycia' });