Skip to content

Commit 04f4ad4

Browse files
Fxiing calledOnceWithExactly test case
1 parent 9988fd9 commit 04f4ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/bin/helpers/reporterHTML.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ describe("reportHTML", () => {
269269

270270
sinon.assert.calledOnce(requestStub);
271271
sinon.assert.calledOnce(getUserAgentStub);
272-
sinon.assert.calledOnceWithExactly(sendUsageReportStub, bsConfig, args, message, messageType, errorCode);
272+
sendUsageReportStub.calledOnceWithExactly(bsConfig, args, message, messageType, errorCode);
273273
});
274274
});
275275

0 commit comments

Comments
 (0)