mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix test
This commit is contained in:
parent
e3f4a619c7
commit
85d319c3c7
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ describe('Rules Resolver', () => {
|
|||
|
||||
after(async () => {
|
||||
// clean up
|
||||
await deleteTestUser(username)
|
||||
await deleteTestUser(user.id)
|
||||
})
|
||||
|
||||
describe('set rules', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue