We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9390a1 commit faf71b6Copy full SHA for faf71b6
app/src/commonTest/kotlin/id/gdg/app/AppViewModelTest.kt
@@ -162,7 +162,7 @@ class AppViewModelTest : KoinTest {
162
163
runBlocking {
164
viewModel.chapterUiState.test {
165
- assertTrue { expectMostRecentItem().upcomingEvent.state is UiState.Success }
+ assertTrue { expectMostRecentItem().upcomingEvent.state is UiState.Fail }
166
}
167
168
0 commit comments