Skip to content

Commit

Permalink
remove 'only' to run all tests (#5926)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fawke authored Nov 3, 2020
1 parent d19f4ca commit 024cac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/ixBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { expect } from 'chai';
import { newBidder } from 'src/adapters/bidderFactory.js';
import { spec } from 'modules/ixBidAdapter.js';

describe.only('IndexexchangeAdapter', function () {
describe('IndexexchangeAdapter', function () {
const IX_SECURE_ENDPOINT = 'https://htlb.casalemedia.com/cygnus';
const VIDEO_ENDPOINT_VERSION = 8.1;
const BANNER_ENDPOINT_VERSION = 7.2;
Expand Down

0 comments on commit 024cac8

Please sign in to comment.