Skip to content

Commit

Permalink
[test fix] Fixing test description.
Browse files Browse the repository at this point in the history
  • Loading branch information
vesln committed Jan 18, 2012
1 parent 402e19b commit 8e771eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/core/on-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vows.describe('director/router/insert').addBatch({
router.on('baz', noop);
assert.strictEqual(router.routes.baz.on, noop);
},
"'insert', 'baz'": function (router) {
"'after', 'baz'": function (router) {
function noop () { }

router.on('after', 'boo', noop);
Expand Down

0 comments on commit 8e771eb

Please sign in to comment.