Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Skitelman committed May 22, 2024
1 parent 76a65da commit 462290b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/spec/modules/concertBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,13 @@ describe('ConcertAdapter', function () {

it('should pass along schain object if present', function () {
const schain = {
ver: '1.0',
ver: "1.0",
complete: 1,
nodes: [
{
asi: 'directseller.com',
sid: '00001',
rid: 'BidRequest1',
asi: "directseller.com",
sid: "00001",
rid: "BidRequest1",
hp: 1,
},
],
Expand Down

0 comments on commit 462290b

Please sign in to comment.