Skip to content

Commit 01d4498

Browse files
committed
Fix test
1 parent eb1cb55 commit 01d4498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/runtime-core/jvm/test/aws/smithy/kotlin/runtime/io/SdkByteChannelStressTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class SdkByteChannelStressTest {
9595
}
9696

9797
@Test
98-
fun testReadAllFromFailedChannel() = runBlocking {
98+
fun testReadAllFromFailedChannel(): Unit = runBlocking {
9999
val ch = SdkByteChannel(true)
100100
ch.cancel(TestException())
101101
assertFailsWith<TestException> {

0 commit comments

Comments
 (0)