Sign in
edge
/
apid-core
/
0590133c2dd53490b6934f799edb66fe8851ad5b
/
.
/
data
/
data_suite_test.go
blob: 3dfc7be7c8cf0a2f267508df75a589dfc71e723d [
file
] [
log
] [
blame
]
package data
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestEvents(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Data Suite")
}