Join Slack
Powered by
I have this code now, and the assertion fails, but...
# coroutines
c
christophsturm
09/07/2017, 8:56 AM
I have this code now, and the assertion fails, but at a point where my unit test is already finished:
Copy code
launch(Unconfined) { assertThat(awaitableByteArrayClient.get(key)).isEqualTo(value) }
Open in Slack
Previous
Next