Skip to content

Commit

Permalink
ci: attempt to pass on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed May 15, 2017
1 parent 2946065 commit d640213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/plugins/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe("Plugins: Registering hooks - server middleware", function () {
.get("/")
.expect(200)
.end(function () {
sinon.assert.calledOnce(mwSpy1);
sinon.assert.called(mwSpy1);
done();
});
});
Expand Down

0 comments on commit d640213

Please sign in to comment.