Skip to content

Commit d640213

Browse files
committed
ci: attempt to pass on windows
1 parent 2946065 commit d640213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/specs/plugins/hooks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ describe("Plugins: Registering hooks - server middleware", function () {
133133
.get("/")
134134
.expect(200)
135135
.end(function () {
136-
sinon.assert.calledOnce(mwSpy1);
136+
sinon.assert.called(mwSpy1);
137137
done();
138138
});
139139
});

0 commit comments

Comments
 (0)