diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-27 17:13:12 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-27 17:13:12 +0300 |
commit | af8c7b959ae66ee529a18ef655f30bff022a5a80 (patch) | |
tree | 809b752647453229278c88b4aafd68778726180e /tests/test_screens.py | |
parent | 9f8247dc4da89219b6eede08d58d96964391a077 (diff) |
tests for settings - v0.4b1
Diffstat (limited to 'tests/test_screens.py')
-rw-r--r-- | tests/test_screens.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_screens.py b/tests/test_screens.py index 800dcd5..cd827d3 100644 --- a/tests/test_screens.py +++ b/tests/test_screens.py @@ -63,6 +63,6 @@ class TestScreens(unittest.TestCase): page = mainmenu_screen(2) self.assertEqual(TextPage, type(page)) - def test_can_run_mainmenu(self): + def test_can_run_settings(self): page = settings_screen(2) self.assertEqual(TextPage, type(page)) |