Sign in
edge
/
apidApigeeSync
/
d93095ae6ed84a4ae23f3b21715c3a9c5e697ad8
/
.
/
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")
}