Skip to content

Commit

Permalink
Fix test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Aug 4, 2024
1 parent cbbb9e9 commit 556188a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class HomePresenterTest {
}

@Test
fun `presenter emits Content state with refreshing = false when DismissTransientError event is dispatched and current state is Content state`() =
fun `presenter emits Content state with hasTransientError = false when DismissTransientError event is dispatched and current state is Content state`() =
testScope.runTest {
presenter.states.test {
assertEquals(HomeUiState.Loading, awaitItem())
Expand Down

0 comments on commit 556188a

Please sign in to comment.