You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix unit test
This commit is contained in:
@@ -157,8 +157,8 @@ class TestGraphicalAboutApp(unittest.TestCase):
|
||||
|
||||
# Verify that MicroPythonOS version text is present
|
||||
self.assertTrue(
|
||||
verify_text_present(screen, "MicroPythonOS version:"),
|
||||
"Could not find 'MicroPythonOS version:' on screen"
|
||||
verify_text_present(screen, "Release version:"),
|
||||
"Could not find 'Release version:' on screen"
|
||||
)
|
||||
|
||||
# Verify the actual version string is present
|
||||
|
||||
Reference in New Issue
Block a user