Skip to content

Commit

Permalink
better name for u.t.
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofequativ committed Oct 21, 2024
1 parent 9ce2bc2 commit fb9b893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/smartadserverBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ describe('Smart bid adapter tests', function () {
expect(spec.getBidFloor(bid, undefined, BANNER)).to.deep.eq(1.2);
});

it('should handle not number returned by floor module', () => {
it('should return DEFAULT_FLOOR in case of not a number value from floor module', () => {
bid.mediaTypes.banner.sizes.push([30, 60]);
expect(spec.getBidFloor(bid, 'DKK', BANNER)).to.deep.eq(0);
});
Expand Down

0 comments on commit fb9b893

Please sign in to comment.