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
322e135ead
commit
583fee7f73
1 changed files with 6 additions and 3 deletions
|
|
@ -329,9 +329,12 @@ describe('elastic api', () => {
|
|||
})
|
||||
|
||||
it('deletes page by userId', async () => {
|
||||
const deleted = await deletePagesByParam({
|
||||
userId,
|
||||
})
|
||||
const deleted = await deletePagesByParam(
|
||||
{
|
||||
userId,
|
||||
},
|
||||
ctx
|
||||
)
|
||||
|
||||
expect(deleted).to.be.true
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue