is there any specific way to wait for pending coro...
# coroutines
a
is there any specific way to wait for pending coroutines in an Android emulator test? Is it fine to use runBlocking to wait?
g
runBlocking is fine, depends on test of course