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