Skip to content

Commit faf71b6

Browse files
committed
feat: revert fail test
1 parent b9390a1 commit faf71b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/commonTest/kotlin/id/gdg/app/AppViewModelTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class AppViewModelTest : KoinTest {
162162

163163
runBlocking {
164164
viewModel.chapterUiState.test {
165-
assertTrue { expectMostRecentItem().upcomingEvent.state is UiState.Success }
165+
assertTrue { expectMostRecentItem().upcomingEvent.state is UiState.Fail }
166166
}
167167
}
168168
}

0 commit comments

Comments
 (0)