We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5ac79 commit 10811c4Copy full SHA for 10811c4
test/integration/tasks.test.js
@@ -296,7 +296,7 @@ describe("Tasks", function () {
296
297
expect(res).to.have.status(404);
298
expect(res.body).to.be.a("object");
299
- expect(res.body.message).to.equal("No tasks found");
+ expect(res.body.message).to.equal("No tasks found.");
300
expect(res.body.tasks).to.be.a("array");
301
expect(res.body.tasks).to.have.lengthOf(0);
302
return done();
0 commit comments