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 149ba48 commit f307159Copy full SHA for f307159
integration/kotlinx-coroutines-jdk8/test/channels8/ChannelsTest.kt
@@ -28,6 +28,6 @@ class ChannelsTest : TestBase() {
28
@Test
29
fun testReceiveChannelAsStream() {
30
testList.asReceiveChannel()
31
- assertEquals(testList, toList().stream().collect(Collectors.toList()))
+ assertEquals(testList, testList.toList().stream().collect(Collectors.toList()))
32
}
33
0 commit comments