We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7325e commit fd2b3e9Copy full SHA for fd2b3e9
integration/kotlinx-coroutines-play-services/test/TaskTest.kt
@@ -140,7 +140,7 @@ class TaskTest : TestBase() {
140
} catch (e: Exception) {
141
assertTrue(e is TestException)
142
assertEquals("something went wrong", e.message)
143
- assertSame(e, deferred.getCompletionExceptionOrNull())
+ assertSame(e.cause, deferred.getCompletionExceptionOrNull()) // debug mode stack augmentation
144
}
145
146
0 commit comments