You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test fails because the errors do not get copied; there is a race condition condition between the condition-checking goroutine and the assertion's goroutine.
The text was updated successfully, but these errors were encountered:
The documentation for EventuallyWithT states:
However, it is possible to show that this is not the case with the following test:
This test fails because the errors do not get copied; there is a race condition condition between the condition-checking goroutine and the assertion's goroutine.
The text was updated successfully, but these errors were encountered: