fix rebase errors
This commit is contained in:
parent
dcb54c0a8c
commit
83134775f0
3 changed files with 3 additions and 4 deletions
|
|
@ -143,7 +143,7 @@ describe('UserSearchService', () => {
|
|||
});
|
||||
|
||||
afterEach(async () => {
|
||||
await usersRepository.deleteAll({});
|
||||
await usersRepository.deleteAll();
|
||||
cacheManagementService.clear();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue