Skip to content

Commit

Permalink
Fix missing join.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Jan 14, 2025
1 parent ebddb12 commit 63c3f6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class ForwardingUnconfinedCoroutineScopeTest : RobolectricTest() {

assertIs<SuccessResult>(result)
assertEquals(1, testDispatcher.dispatchCount)
}
}.join()
}

private class TestCoroutineDispatcher : CoroutineDispatcher() {
Expand Down

0 comments on commit 63c3f6c

Please sign in to comment.