diff --git a/app/src/commonTest/kotlin/id/gdg/app/AppViewModelTest.kt b/app/src/commonTest/kotlin/id/gdg/app/AppViewModelTest.kt index 7cc5d2a..f233bd3 100644 --- a/app/src/commonTest/kotlin/id/gdg/app/AppViewModelTest.kt +++ b/app/src/commonTest/kotlin/id/gdg/app/AppViewModelTest.kt @@ -162,7 +162,7 @@ class AppViewModelTest : KoinTest { runBlocking { viewModel.chapterUiState.test { - assertTrue { expectMostRecentItem().upcomingEvent.state is UiState.Success } + assertTrue { expectMostRecentItem().upcomingEvent.state is UiState.Fail } } } }