Browse Source

Fix typo

pull/273/head
Julian Simioni 9 years ago
parent
commit
65b7db94d6
  1. 2
      test/unit/sanitiser/place.js

2
test/unit/sanitiser/place.js

@ -30,7 +30,7 @@ module.exports.tests.interface = function(test, common) {
});
test('middleware interface', function(t) {
t.equal(typeof middleware, 'function', 'middleware is a function');
t.equal(middleware.length, 3, 'sanitizee has a valid middleware');
t.equal(middleware.length, 3, 'sanitize has a valid middleware');
t.end();
});
};

Loading…
Cancel
Save