I have this code now, and the assertion fails, but...
# coroutines
c
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)
        }