aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/common/test/flow/internal/FlowScopeTest.kt
diff options
context:
space:
mode:
Diffstat (limited to 'kotlinx-coroutines-core/common/test/flow/internal/FlowScopeTest.kt')
-rw-r--r--kotlinx-coroutines-core/common/test/flow/internal/FlowScopeTest.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/kotlinx-coroutines-core/common/test/flow/internal/FlowScopeTest.kt b/kotlinx-coroutines-core/common/test/flow/internal/FlowScopeTest.kt
index d41ab889..e8666479 100644
--- a/kotlinx-coroutines-core/common/test/flow/internal/FlowScopeTest.kt
+++ b/kotlinx-coroutines-core/common/test/flow/internal/FlowScopeTest.kt
@@ -68,10 +68,10 @@ class FlowScopeTest : TestBase() {
flowScope {
flowScope {
launch {
- throw CancellationException(null)
+ throw CancellationException("")
}
}
}
}
}
-} \ No newline at end of file
+}