Skip to content

Commit 7c627da

Browse files
committed
Update a test to reflect a class moving between packages
1 parent fbc50da commit 7c627da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-testing/src/jvmCoreTest/kotlin/ListAllCoroutineThrowableSubclassesTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ListAllCoroutineThrowableSubclassesTest {
2727
"kotlinx.coroutines.JobCancellationException",
2828
"kotlinx.coroutines.internal.UndeliveredElementException",
2929
"kotlinx.coroutines.CompletionHandlerException",
30-
"kotlinx.coroutines.DiagnosticCoroutineContextException",
30+
"kotlinx.coroutines.internal.DiagnosticCoroutineContextException",
3131
"kotlinx.coroutines.CoroutinesInternalError",
3232
"kotlinx.coroutines.channels.ClosedSendChannelException",
3333
"kotlinx.coroutines.channels.ClosedReceiveChannelException",

0 commit comments

Comments
 (0)