https://kotlinlang.org logo
Title
j

jean

07/03/2020, 6:50 AM
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

julian

07/03/2020, 7:26 AM
Where is
AssertFlow
from? @jean