diff --git a/app/src/commonTest/kotlin/id/gdg/app/AppViewModelTest.kt b/app/src/commonTest/kotlin/id/gdg/app/AppViewModelTest.kt index f233bd3..7cc5d2a 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.Fail } + assertTrue { expectMostRecentItem().upcomingEvent.state is UiState.Success } } } }