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