Sign in
edge
/
third_party
/
onsi
/
gomega
/
c72df929b80ef4930aaa75d5e486887ff2f3e06a
/
.
/
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")
}