Skip to content

Commit 1ca6597

Browse files
committed
Update admaticBidAdapter_spec.js
1 parent 689ce9d commit 1ca6597

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

test/spec/modules/admaticBidAdapter_spec.js

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -108,30 +108,30 @@ describe('admaticBidAdapter', () => {
108108
}
109109
},
110110
{
111-
"size": [
111+
'size': [
112112
{
113-
"w": 338,
114-
"h": 280
113+
'w': 338,
114+
'h': 280
115115
}
116116
],
117-
"type": "video",
118-
"mediatype": {
119-
"context": "instream",
120-
"mimes": [
121-
"video/mp4"
117+
'type': 'video',
118+
'mediatype': {
119+
'context': 'instream',
120+
'mimes': [
121+
'video/mp4'
122122
],
123-
"maxduration": 240,
124-
"api": [
123+
'maxduration': 240,
124+
'api': [
125125
1,
126126
2
127127
],
128-
"playerSize": [
128+
'playerSize': [
129129
[
130130
338,
131131
280
132132
]
133133
],
134-
"protocols": [
134+
'protocols': [
135135
1,
136136
2,
137137
3,
@@ -141,14 +141,14 @@ describe('admaticBidAdapter', () => {
141141
7,
142142
8
143143
],
144-
"skip": 1,
145-
"playbackmethod": [
144+
'skip': 1,
145+
'playbackmethod': [
146146
2
147147
],
148-
"linearity": 1,
149-
"placement": 2
148+
'linearity': 1,
149+
'placement': 2
150150
},
151-
"id": "45e86fc7ce7fc93"
151+
'id': '45e86fc7ce7fc93'
152152
}
153153
],
154154
'ext': {
@@ -218,30 +218,30 @@ describe('admaticBidAdapter', () => {
218218
}
219219
},
220220
{
221-
"size": [
221+
'size': [
222222
{
223-
"w": 338,
224-
"h": 280
223+
'w': 338,
224+
'h': 280
225225
}
226226
],
227-
"type": "video",
228-
"mediatype": {
229-
"context": "instream",
230-
"mimes": [
231-
"video/mp4"
227+
'type': 'video',
228+
'mediatype': {
229+
'context': 'instream',
230+
'mimes': [
231+
'video/mp4'
232232
],
233-
"maxduration": 240,
234-
"api": [
233+
'maxduration': 240,
234+
'api': [
235235
1,
236236
2
237237
],
238-
"playerSize": [
238+
'playerSize': [
239239
[
240240
338,
241241
280
242242
]
243243
],
244-
"protocols": [
244+
'protocols': [
245245
1,
246246
2,
247247
3,
@@ -251,14 +251,14 @@ describe('admaticBidAdapter', () => {
251251
7,
252252
8
253253
],
254-
"skip": 1,
255-
"playbackmethod": [
254+
'skip': 1,
255+
'playbackmethod': [
256256
2
257257
],
258-
"linearity": 1,
259-
"placement": 2
258+
'linearity': 1,
259+
'placement': 2
260260
},
261-
"id": "45e86fc7ce7fc93"
261+
'id': '45e86fc7ce7fc93'
262262
}
263263
],
264264
'ext': {

0 commit comments

Comments
 (0)