all the unit test using `runTest` failing once I u...
# coroutines
a
all the unit test using
runTest
failing once I upgraded kotlin to
1.8.10
from
1.6.10
with error
kotlinx.coroutines.test.UncaughtExceptionsBeforeTest
s
I have the same issue. As a workaround, there is possible to change runTest to runBlocking when it’s possible
Actually, it reports the cause issue. I.e.
Copy code
Suppressed: java.lang.NullPointerException: Cannot invoke
I suppose that fix of the cause issue should fix unit tests
488 Views