Skip to content

Commit

Permalink
fix banner test for vcm
Browse files Browse the repository at this point in the history
  • Loading branch information
sho ishihara committed Oct 28, 2019
1 parent 3b1a908 commit 75ebdae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions banner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ var _ = Describe("Banner", func() {
BType: []int{BannerTypeFrame},
BAttr: []int{CreativeAttributeWindowsDialogOrAlert},
Api: []int{APIFrameworkMRAID1},
Vcm: 1,
}))
})

Expand Down
3 changes: 2 additions & 1 deletion testdata/banner.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
],
"api": [
3
]
],
"vcm": 1
}

0 comments on commit 75ebdae

Please sign in to comment.