Skip to content

Commit 73a17f2

Browse files
committed
Fix checking lack of coroutines creation trace in a test
1 parent d3669ae commit 73a17f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-debug/test/junit4/CoroutinesTimeoutDisabledTracesTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CoroutinesTimeoutDisabledTracesTest : TestBase() {
2222
"at kotlinx.coroutines.debug.junit4.CoroutinesTimeoutDisabledTracesTest.hangForever",
2323
"at kotlinx.coroutines.debug.junit4.CoroutinesTimeoutDisabledTracesTest.waitForHangJob"
2424
),
25-
notExpectedOutParts = listOf("Coroutine creation stacktrace"),
25+
notExpectedOutParts = listOf("coroutineCreation"),
2626
error = TestTimedOutException::class.java
2727
)
2828
)

0 commit comments

Comments
 (0)