Skip to content

Commit

Permalink
Remove deprecated call to Assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Oct 18, 2023
1 parent eeab726 commit 280e0d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ChangelogViewModelTest {
@Test
fun testInitialState() = runTest {
// Arrange, Act, Assert
viewModel.uiState.test { Assert.assertEquals(ChangelogDialogUiState.Hide, awaitItem()) }
viewModel.uiState.test { assertEquals(ChangelogDialogUiState.Hide, awaitItem()) }
}

@Test
Expand Down

0 comments on commit 280e0d7

Please sign in to comment.