Skip to content

Commit f307159

Browse files
qwwdfsadelizarov
authored andcommitted
fix compilation
1 parent 149ba48 commit f307159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/kotlinx-coroutines-jdk8/test/channels8/ChannelsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ class ChannelsTest : TestBase() {
2828
@Test
2929
fun testReceiveChannelAsStream() {
3030
testList.asReceiveChannel()
31-
assertEquals(testList, toList().stream().collect(Collectors.toList()))
31+
assertEquals(testList, testList.toList().stream().collect(Collectors.toList()))
3232
}
3333
}

0 commit comments

Comments
 (0)