Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
saar120 committed Sep 27, 2023
1 parent 1f0efe2 commit 2022a81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/spec/modules/illuminBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,9 @@ describe('IlluminBidAdapter', function () {
});

it('should return value when param supported', function () {
const cid = extractCID({'cId': '1'});
const pid = extractPID({'pId': '2'});
const subDomain = extractSubDomain({'subDomain': 'prebid'});
expect(cid).to.be.equal('1');
expect(pid).to.be.equal('2');
expect(subDomain).to.be.equal('prebid');
Expand Down

0 comments on commit 2022a81

Please sign in to comment.