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