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