We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f3673 commit 6b33412Copy full SHA for 6b33412
impression_test.go
@@ -1,5 +1,10 @@
1
package openrtb
2
3
+import (
4
+ . "github.com/onsi/ginkgo"
5
+ . "github.com/onsi/gomega"
6
+)
7
+
8
var _ = Describe("Impression", func() {
9
var subject *Impression
10
0 commit comments