Skip to content

Commit

Permalink
Update vidazooBidAdapter_spec.js (#5639)
Browse files Browse the repository at this point in the history
* Update vidazooBidAdapter_spec.js

* Update vidazooBidAdapter_spec.js
  • Loading branch information
patmmccann authored Aug 25, 2020
1 parent 01f4b28 commit 7001a23
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/spec/modules/vidazooBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,7 @@ describe('VidazooBidAdapter', function () {
describe('unique deal id', function () {
const key = 'myKey';
let uniqueDealId;

it('should get fresh unique deal id', function () {
const now = Date.now();
uniqueDealId = getUniqueDealId(key);
expect(uniqueDealId).to.be.equal(`${key}_${now.toString()}`);
});
uniqueDealId = getUniqueDealId(key);

it('should get current unique deal id', function (done) {
// waiting some time so `now` will become past
Expand Down

0 comments on commit 7001a23

Please sign in to comment.