Skip to content

Commit f72b300

Browse files
Fix unit test
1 parent cd5fe31 commit f72b300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_graphical_about_app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ def test_about_app_shows_os_version(self):
157157

158158
# Verify that MicroPythonOS version text is present
159159
self.assertTrue(
160-
verify_text_present(screen, "MicroPythonOS version:"),
161-
"Could not find 'MicroPythonOS version:' on screen"
160+
verify_text_present(screen, "Release version:"),
161+
"Could not find 'Release version:' on screen"
162162
)
163163

164164
# Verify the actual version string is present

0 commit comments

Comments
 (0)