codelab-kotlin-coroutines
codelab-kotlin-coroutines copied to clipboard
Replace `runBlockingTest` with `runTest` due to deprecation of the former
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