android / codelab-kotlin-coroutines

Kotlin Coroutines codelab
Apache License 2.0
552 stars 268 forks source link

Replace `runBlockingTest` with `runTest` due to deprecation of the former #177

Open YuraLaguta opened 2 years ago

YuraLaguta commented 2 years ago

As per https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-test/kotlinx.coroutines.test/run-blocking-test.html

runBlockingTest is deprecated in favour of runTest