Skip to content

Commit

Permalink
Correct testU
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Jul 12, 2024
1 parent e5a9eba commit 7575cd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/unit/firmware/touch/test_screen_FullScreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def test_non_variable_layouts(self):
(self.screen.navigation_header, POSITIONS["LeftHeader"][self.firmware]),
(self.screen.tappable_center, POSITIONS["TappableCenter"][self.firmware]),
(self.screen.centered_footer, POSITIONS["CenteredFooter"][self.firmware]),
(self.screen.cancel_footer, POSITIONS["CenteredFooter"][self.firmware]),
(self.screen.exit_footer, POSITIONS["CenteredFooter"][self.firmware]),
(self.screen.info_footer, POSITIONS["CenteredFooter"][self.firmware]),
(self.screen.settings_footer, POSITIONS["CenteredFooter"][self.firmware]),
(self.screen.cancel_footer, POSITIONS["CancelFooter"][self.firmware]),
(self.screen.exit_footer, POSITIONS["CancelFooter"][self.firmware]),
(self.screen.info_footer, POSITIONS["CancelFooter"][self.firmware]),
(self.screen.settings_footer, POSITIONS["CancelFooter"][self.firmware]),
]
call_number = 0
self.assertEqual(self.backend.finger_touch.call_count, call_number)
Expand Down

0 comments on commit 7575cd7

Please sign in to comment.