Join Slack
Powered by
Is there a way to check if an unexpected number of...
# coroutines
d
dave08
05/26/2020, 10:58 AM
Is there a way to check if an unexpected number of state updates was done on a
StateFlow
in a Unit test? Using
take(1)
won't check any future emissions, and
StateFlow
doesn't really have an end...
2
Views
Open in Slack
Previous
Next