Skip to content

Commit 4744bc3

Browse files
hanggatheangrydev
andauthored
Update core-kotlin-modules/core-kotlin-concurrency-3/src/test/java/com/baeldung/singlerxjavatocoroutinedeferred/SingleRxJavaToCoroutineDeferredUnitTest.kt
Co-authored-by: Liam Williams <[email protected]>
1 parent 5141677 commit 4744bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-kotlin-modules/core-kotlin-concurrency-3/src/test/java/com/baeldung/singlerxjavatocoroutinedeferred/SingleRxJavaToCoroutineDeferredUnitTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class SingleRxJavaToCoroutineDeferredUnitTest {
4242
fun `using async and blockingGet`() = runBlocking {
4343
val deferred =
4444
async { getFilteredProducts().blockingGet() } // potentially blocking main thread while not careful
45-
deferred.assertOver500AndSorted() // assertion test
45+
deferred.assertOver500AndSorted()
4646
}
4747

4848
@Test

0 commit comments

Comments
 (0)