fix rebase errors

This commit is contained in:
Hazelnoot 2025-11-05 19:51:56 -05:00
parent dcb54c0a8c
commit 83134775f0
3 changed files with 3 additions and 4 deletions

View file

@ -143,7 +143,7 @@ describe('UserSearchService', () => {
});
afterEach(async () => {
await usersRepository.deleteAll({});
await usersRepository.deleteAll();
cacheManagementService.clear();
});