We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1cb55 commit 01d4498Copy full SHA for 01d4498
runtime/runtime-core/jvm/test/aws/smithy/kotlin/runtime/io/SdkByteChannelStressTest.kt
@@ -95,7 +95,7 @@ class SdkByteChannelStressTest {
95
}
96
97
@Test
98
- fun testReadAllFromFailedChannel() = runBlocking {
+ fun testReadAllFromFailedChannel(): Unit = runBlocking {
99
val ch = SdkByteChannel(true)
100
ch.cancel(TestException())
101
assertFailsWith<TestException> {
0 commit comments