If I use `UnconfinedTestDispatcher` in my test it ...
# coroutines
j
If I use
UnconfinedTestDispatcher
in my test it works well but not with
StandardTestDispatcher
then it gives me a
app.cash.turbine.TurbineAssertionError: No value produced in 3s
. I don’t really understand why though, can someone enlighten me on this?
140 Views