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