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
The test was calling an assert inside an Eventually callback, which in
essence meant it only ever tried once. I changed it into an explicit
timed wait on a channel.
0 commit comments