Skip to content

Commit

Permalink
feat: revert fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
isfaaghyth committed Aug 25, 2024
1 parent e692900 commit fc08caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/commonTest/kotlin/id/gdg/app/AppViewModelTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
}
}
}
Expand Down

0 comments on commit fc08caf

Please sign in to comment.