Skip to content

Commit

Permalink
Update admaticBidAdapter_spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihkaya84 committed Apr 27, 2023
1 parent 689ce9d commit 1ca6597
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions test/spec/modules/admaticBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,30 +108,30 @@ describe('admaticBidAdapter', () => {
}
},
{
"size": [
'size': [
{
"w": 338,
"h": 280
'w': 338,
'h': 280
}
],
"type": "video",
"mediatype": {
"context": "instream",
"mimes": [
"video/mp4"
'type': 'video',
'mediatype': {
'context': 'instream',
'mimes': [
'video/mp4'
],
"maxduration": 240,
"api": [
'maxduration': 240,
'api': [
1,
2
],
"playerSize": [
'playerSize': [
[
338,
280
]
],
"protocols": [
'protocols': [
1,
2,
3,
Expand All @@ -141,14 +141,14 @@ describe('admaticBidAdapter', () => {
7,
8
],
"skip": 1,
"playbackmethod": [
'skip': 1,
'playbackmethod': [
2
],
"linearity": 1,
"placement": 2
'linearity': 1,
'placement': 2
},
"id": "45e86fc7ce7fc93"
'id': '45e86fc7ce7fc93'
}
],
'ext': {
Expand Down Expand Up @@ -218,30 +218,30 @@ describe('admaticBidAdapter', () => {
}
},
{
"size": [
'size': [
{
"w": 338,
"h": 280
'w': 338,
'h': 280
}
],
"type": "video",
"mediatype": {
"context": "instream",
"mimes": [
"video/mp4"
'type': 'video',
'mediatype': {
'context': 'instream',
'mimes': [
'video/mp4'
],
"maxduration": 240,
"api": [
'maxduration': 240,
'api': [
1,
2
],
"playerSize": [
'playerSize': [
[
338,
280
]
],
"protocols": [
'protocols': [
1,
2,
3,
Expand All @@ -251,14 +251,14 @@ describe('admaticBidAdapter', () => {
7,
8
],
"skip": 1,
"playbackmethod": [
'skip': 1,
'playbackmethod': [
2
],
"linearity": 1,
"placement": 2
'linearity': 1,
'placement': 2
},
"id": "45e86fc7ce7fc93"
'id': '45e86fc7ce7fc93'
}
],
'ext': {
Expand Down

0 comments on commit 1ca6597

Please sign in to comment.