Skip to content

Commit 160bdf1

Browse files
committed
test deeper removal of nonexistent node
1 parent f0053e6 commit 160bdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/store_spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe("MemoryStore", function () {
102102

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

0 commit comments

Comments
 (0)