codelab-kotlin-coroutines icon indicating copy to clipboard operation
codelab-kotlin-coroutines copied to clipboard

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

Open YuraLaguta opened this issue 3 years ago • 0 comments
trafficstars

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

YuraLaguta avatar Oct 12 '22 02:10 YuraLaguta