Fix verify

This commit is contained in:
Caleb Woodbine 2020-06-04 08:57:28 +12:00
parent 8945d98805
commit 63c694acdf

View File

@ -1335,7 +1335,7 @@ retriesLoop:
totalValidWatchEvents++ totalValidWatchEvents++
} }
err := retryCleanup() err := retryCleanup()
ExpectNoError(err, "Error occured when cleaning up resources") ExpectNoError(err, "Error occurred when cleaning up resources")
if errs.Len() > 0 && try < retries { if errs.Len() > 0 && try < retries {
fmt.Println("invariants violated:\n", strings.Join(errs.List(), "\n - ")) fmt.Println("invariants violated:\n", strings.Join(errs.List(), "\n - "))
continue retriesLoop continue retriesLoop