I think its good practice to wrap the whole test i...
# strikt
c
I think its good practice to wrap the whole test in runBlocking when you use coroutines. and if you don’t want that then it should be done in the test runner.