diff --git a/test/initial-tests.js b/test/initial-tests.js index 5e82233..7e6994a 100644 --- a/test/initial-tests.js +++ b/test/initial-tests.js @@ -100,10 +100,10 @@ test('action setup', function() { context.should.equal(1) next() }, - teardown: function(context, next) { + teardown: should.call(function(context, next) { arg.should.equal(1) next() - } + }) }] }) bm(should.call(function() {