Skip to content

Commit

Permalink
W.I.P.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrauskopf committed Jul 13, 2021
1 parent 095a268 commit cc4b475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/get-carrier-accounts.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ describe("getCarrierAccounts()", async () => {
"https://www.shipengine.com/docs/rate-limits"
);

// Each event should have triggered twice
// Each event should have triggered only once
sinon.assert.calledOnce(requestSent);
sinon.assert.calledOnce(responseReceived);

Expand Down

0 comments on commit cc4b475

Please sign in to comment.