Sign in
edge
/
apid-core
/
0590133c2dd53490b6934f799edb66fe8851ad5b
/
.
/
events
/
events_suite_test.go
blob: 79b1bbf7c8bd7a072690427ebb9445d2a9a6ac70 [
file
] [
log
] [
blame
]
package events_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestEvents(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Events Suite")
}