mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 14:06:38 +03:00
14 lines
197 B
Go
14 lines
197 B
Go
package openrtb3_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestOpenrtb3(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Openrtb3 Suite")
|
|
}
|