Sign in
◑
Theme
edge
/
apidApigeeSync
/
31ea0bed99658fe89764721b2ed95ebcb37fdbc3
/
.
/
apigeeSync_suite_test.go
blob: 92c6affb44e6fff38b6f3528cc68901a62870c04 [
file
]
package apidApigeeSync_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestApigeeSync(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "ApigeeSync Suite")
}