Skip to content

Commit

Permalink
test: Don't skip first item
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton committed Nov 25, 2024
1 parent 4381b7c commit 5c0c591
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ class NotificationsViewModelTestUiState : NotificationsViewModelTestBase() {
@Test
fun `should load initial filter from active account`() = runTest {
viewModel.uiState.test {
// skip initial empty UiState
awaitItem()
assertThat(awaitItem()).isEqualTo(initialUiState)
}
}
Expand Down

0 comments on commit 5c0c591

Please sign in to comment.