We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8e1a3 commit 236ba55Copy full SHA for 236ba55
1 file changed
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