Skip to content

Commit

Permalink
test improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Komorski authored and Marcin Komorski committed Oct 23, 2024
1 parent acf7ef8 commit 646dd99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/spec/modules/currency_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ describe('currency', function () {
requestBidsHook(continueAuction, reqBidsConfigObj);
clock.tick(1000);
expect(delayedAuctions.length).to.deep.equal(1);
expect(continueAuction.notCalled).to.be.true;
expect(delayedAuctions[0].timer).to.not.be.undefined;
});

Expand Down

0 comments on commit 646dd99

Please sign in to comment.