Skip to content

Commit

Permalink
Update colossussspBidAdapter_spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Newman authored Jan 15, 2021
1 parent d2b3331 commit 6e2a64b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/spec/modules/colossussspBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ describe('ColossussspAdapter', function () {
expect(v.uids).to.be.an('array');
expect(v.uids.length).to.be.equal(1)
expect(v.uids[0]).to.have.property('id')
expect(v.uids[0].id).to.be.oneOf(['britepoolid123', 'idl_env123', 'tdid123', 'id5id123'])
}
}
});
Expand Down

0 comments on commit 6e2a64b

Please sign in to comment.