Join Slack
Powered by
You should be able to just do `async { ... my code...
# coroutines
e
elizarov
01/14/2017, 8:44 AM
You should be able to just do
async { ... my code that I want to test ... }.await()
in your tests.
Open in Slack
Previous
Next