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