Skip to content

Commit 6b33412

Browse files
committed
Update impression_test.go
1 parent 42f3673 commit 6b33412

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

impression_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
package openrtb
22

3+
import (
4+
. "github.com/onsi/ginkgo"
5+
. "github.com/onsi/gomega"
6+
)
7+
38
var _ = Describe("Impression", func() {
49
var subject *Impression
510

0 commit comments

Comments
 (0)