Skip to content

Commit

Permalink
add back the rubicon skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fawke committed Dec 11, 2019
1 parent 7424c5b commit 2c66fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/rubiconBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ describe('the rubicon adapter', function () {
expect(request.data).to.not.contain('x_source.pchain');
});

it.skip('ad engine query params should be ordered correctly', function () {
it('ad engine query params should be ordered correctly', function () {
sandbox.stub(Math, 'random').callsFake(() => 0.1);
let [request] = spec.buildRequests(bidderRequest.bids, bidderRequest);

Expand Down

0 comments on commit 2c66fd8

Please sign in to comment.