Skip to content

Commit

Permalink
Fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
klesgidis committed Oct 17, 2022
1 parent 3b7281a commit 08963ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/failureTest.js
Expand Up @@ -205,7 +205,7 @@ describe('failure', function () {
}
}

await boss.fail(job.id, { db })
await boss.fail(job.id, null, { db })

assert.strictEqual(called, true)
})
Expand Down

0 comments on commit 08963ca

Please sign in to comment.