I’m having issues in my unit test when I try to us...
# coroutines
j
I’m having issues in my unit test when I try to use AssertFlow extension on a StateFlow instance. If I use
expectItem()
I get a timeout exception, but if I check for no more items, it tells me something was received. Any hints to fix this?
j
Where is
AssertFlow
from? @jean