Skip to content

Commit e8cc227

Browse files
committed
Fixup
1 parent 8b28edd commit e8cc227

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(disableOutCheck = true) {
2222
"at kotlinx.coroutines.debug.junit4.CoroutinesTimeoutDisabledTracesTest.hangForever",
2323
"at kotlinx.coroutines.debug.junit4.CoroutinesTimeoutDisabledTracesTest.waitForHangJob"
2424
),
25-
notExpectedOutParts = listOf("coroutineCreation"),
25+
notExpectedOutParts = listOf("_COROUTINE._CREATION._"),
2626
error = TestTimedOutException::class.java
2727
)
2828
)

0 commit comments

Comments
 (0)