Files
openrtb/openrtb3/openrtb3_suite_test.go
T

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")
}