Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhalanskyjb committed Dec 8, 2021
1 parent 8b28edd commit e8cc227
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CoroutinesTimeoutDisabledTracesTest : TestBase(disableOutCheck = true) {
"at kotlinx.coroutines.debug.junit4.CoroutinesTimeoutDisabledTracesTest.hangForever",
"at kotlinx.coroutines.debug.junit4.CoroutinesTimeoutDisabledTracesTest.waitForHangJob"
),
notExpectedOutParts = listOf("coroutineCreation"),
notExpectedOutParts = listOf("_COROUTINE._CREATION._"),
error = TestTimedOutException::class.java
)
)
Expand Down

0 comments on commit e8cc227

Please sign in to comment.