Change-Id: I65dcde81c68c24bfd58f0b66c6ed826e802aff67
pull/1837/head
hiroaki404 9 months ago
parent 0aa5e41d2b
commit 4148426f69

@ -113,7 +113,7 @@ class BookmarksViewModelTest {
@Test
fun feedUiState_undoneBookmarkRemoval_bookmarkIsRestored() = runTest {
launch(UnconfinedTestDispatcher()) { viewModel.feedUiState.collect() }
backgroundScope.launch(UnconfinedTestDispatcher()) { viewModel.feedUiState.collect() }
// Given
newsRepository.sendNewsResources(newsResourcesTestData)

Loading…
Cancel
Save