Fix tests

This commit is contained in:
Hongbo Wu 2022-10-13 12:36:36 +08:00
parent ea737f1c4f
commit 14ddb369a9
2 changed files with 1 additions and 1 deletions

View file

@ -29,7 +29,7 @@ describe('recent_searches resolver', () => {
after(async () => {
// clean up
await deleteTestUser(user.name)
await deleteTestUser(user.id)
})
describe('recentSearches API', () => {