Skip to content

Commit 75ebdae

Browse files
author
sho ishihara
committed
fix banner test for vcm
1 parent 3b1a908 commit 75ebdae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

banner_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ var _ = Describe("Banner", func() {
2121
BType: []int{BannerTypeFrame},
2222
BAttr: []int{CreativeAttributeWindowsDialogOrAlert},
2323
Api: []int{APIFrameworkMRAID1},
24+
Vcm: 1,
2425
}))
2526
})
2627

testdata/banner.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
],
1111
"api": [
1212
3
13-
]
13+
],
14+
"vcm": 1
1415
}

0 commit comments

Comments
 (0)