Fix unit test

This commit is contained in:
Thomas Farstrike
2026-01-26 11:11:35 +01:00
parent cd5fe31bbf
commit f72b300b53
+2 -2
View File
@@ -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