Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
alsirat committed Dec 16, 2023
1 parent e653361 commit 7267dbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class BillsScreenTest {
advanceTimeBy(1000)

composeTestRule.onNodeWithText("Date: 2023-12-01").assertIsDisplayed()
composeTestRule.onNodeWithText("Amount: $100.0").assertIsDisplayed()
composeTestRule.onNodeWithText("Amount: 100.0").assertIsDisplayed()

}

Expand Down

0 comments on commit 7267dbb

Please sign in to comment.