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
We can't really stop you from calling awaitComplete multiple times. We could have it return Nothing and throw some special internal exception that we catch in test { } and then return normally? But I'd kinda just rather let you do this and get the failure...
When using
expectNoEvents()
, the method does consider that the flow's terminal event might have already been consumed.The above code produces this error:
Additionally, it is currently possible to call
awaitComplete()
multiple times without any restriction. Should this be allowed?The text was updated successfully, but these errors were encountered: