Skip to content

Commit 11ea56c

Browse files
committed
~cleanup println
1 parent 3c32d24 commit 11ea56c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kotlinx-coroutines-core/common/test/channels/ChannelUndeliveredElementFailureTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ class ChannelUndeliveredElementFailureTest : TestBase() {
166166
fun testSendDropOldestInvokeHandlerConflated() = runTest(expected = { it is UndeliveredElementException }) {
167167
val channel = Channel<Int>(Channel.CONFLATED, onUndeliveredElement = {
168168
finish(2)
169-
println(TestException().stackTraceToString())
170169
throw TestException()
171170
})
172171
channel.send(42)

0 commit comments

Comments
 (0)