Skip to content

Commit

Permalink
removed single quotes around object literal keys to match formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Dettman committed Feb 13, 2019
1 parent 9737618 commit 7351dee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/spec/modules/prebidServerBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,9 @@ describe('S2S Adapter', function () {
aliases: {
brealtime: 'appnexus'
},
'targeting': {
'includebidderkeys': false,
'includewinners': true
targeting: {
includebidderkeys: false,
includewinners: true
}
}
});
Expand Down Expand Up @@ -689,9 +689,9 @@ describe('S2S Adapter', function () {
aliases: {
[alias]: 'appnexus'
},
'targeting': {
'includebidderkeys': false,
'includewinners': true
targeting: {
includebidderkeys: false,
includewinners: true
}
}
});
Expand Down

0 comments on commit 7351dee

Please sign in to comment.