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 24, 2024
1 parent 4b2f1eb commit cd4557b
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 cd4557b

Please sign in to comment.