Sign in
edge
/
third_party
/
onsi
/
gomega
/
c73e51675ad2455a4515b6213eb7145eaade4824
/
.
/
internal
/
asyncassertion
/
async_assertion_suite_test.go
blob: bdb0c3d2202b795978799ef6e1e41ae6c975653f [
file
] [
log
] [
blame
]
package asyncassertion_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestAsyncAssertion(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "AsyncAssertion Suite")
}