We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f1403 commit 7bb4caaCopy full SHA for 7bb4caa
kotlinx-coroutines-test/common/src/TestScope.kt
@@ -312,7 +312,7 @@ internal fun TestScope.asSpecificImplementation(): TestScopeImpl = when (this) {
312
}
313
314
internal class UncaughtExceptionsBeforeTest : IllegalStateException(
315
- "There were uncaught exceptions in coroutines launched from TestScope before the test started. Please avoid this," +
+ "There were uncaught exceptions before the test started. Please avoid this," +
316
" as such exceptions are also reported in a platform-dependent manner so that they are not lost."
317
)
318
0 commit comments