francescotescari

Results 2 comments of francescotescari

> This is (partially?) fixed now in 1.6.0-RC with the new API for testing. > > * Using `withContext(Dispatchers.IO) { ... }` in `runTest` (which is a replacement for `runBlockingTest`)...

Thank you for your answer! What you say makes sense to me. Let me just share that in my company (Android) in unit tests the dispatcher is always injected and...