You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core-kotlin-modules/core-kotlin-concurrency-3/src/test/java/com/baeldung/singleRxJavaToCoroutineDeferred/SingleRxJavaToCoroutineDeferredUnitTest.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ class SingleRxJavaToCoroutineDeferredUnitTest {
129
129
}
130
130
}
131
131
}
132
-
deffered.assertResultsTrue()
132
+
defered.assertResultsTrue()
133
133
}
134
134
135
135
// using suspendCoroutines with extension
@@ -174,7 +174,7 @@ class SingleRxJavaToCoroutineDeferredUnitTest {
174
174
}
175
175
@Test
176
176
fun`test using suspendCancellableCoroutine with custom callback`(): Unit= runBlocking {
0 commit comments