Skip to content

Commit 464443e

Browse files
committed
Use BannerType ApiFramework and BannerAttribute constants on banner test
1 parent 98881bc commit 464443e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

banner_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ var _ = Describe("Banner", func() {
1818
W: 728,
1919
H: 90,
2020
Pos: AdPosAboveFold,
21-
BType: []int{4},
22-
BAttr: []int{14},
23-
Api: []int{3},
21+
BType: []int{BannerTypeFrame},
22+
BAttr: []int{BannerAttributeWindowsDialogOrAlert},
23+
Api: []int{APIFrameworkMRAID1},
2424
}))
2525
})
2626

0 commit comments

Comments
 (0)