Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwatson committed Feb 9, 2024
1 parent f74cafe commit 6c0f9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/stroeerCoreBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ describe('stroeerCore bid adapter', function () {
assert.propertyVal(result[0], 'ropFactor', 1.2)
});

it('should add data to meta object', () => {
it('should add advertiser domains to meta object', () => {
const response = buildBidderResponse();
response.bids[0] = Object.assign(response.bids[0], {adomain: ['website.org', 'domain.com']});
const result = spec.interpretResponse({body: response});
Expand Down

0 comments on commit 6c0f9d4

Please sign in to comment.