mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix tests
This commit is contained in:
parent
ea737f1c4f
commit
14ddb369a9
2 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ describe('recent_searches resolver', () => {
|
|||
|
||||
after(async () => {
|
||||
// clean up
|
||||
await deleteTestUser(user.name)
|
||||
await deleteTestUser(user.id)
|
||||
})
|
||||
|
||||
describe('recentSearches API', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue