Skip to content

Commit

Permalink
test deeper removal of nonexistent node
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jan 26, 2017
1 parent 8ccdae9 commit 89cca1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/store_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe("MemoryStore", function () {

it("doesn't explode when route is not defined", function (done) {
// would blow up if an error was thrown
this.subject.remove("/my_route", done);
this.subject.remove("/my_route/foo/bar", done);
});
});

Expand Down

0 comments on commit 89cca1e

Please sign in to comment.