Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle ginkgo assertions in goroutines
Per ginkgo docs, if an assertion fails in a goroutine, it will cause a panic unless you call `defer GinkgoRecover()` Signed-off-by: Chris Selzo <[email protected]>
- Loading branch information