fixed a couple test that aimed at 0.8

This commit is contained in:
Spencer Alger
2013-12-23 18:08:18 -07:00
parent 74612864e2
commit da80d94bcf
4 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ module.exports = function (makeLogger) {
expect(function () {
// call the event handler
exitHandler.call(process);
}).to.not.throw();
}).to.not.throwError();
});
}
});