Fix tests
This commit is contained in:
@@ -78,7 +78,7 @@ describe('task', function () {
|
||||
});
|
||||
|
||||
it('del missing task fails', async function () {
|
||||
const [error] = await safe(tasks._del('random'));
|
||||
const [error] = await safe(tasks._del('1235'));
|
||||
expect(error.reason).to.be(BoxError.NOT_FOUND);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user