Skip to content

Commit

Permalink
test: fix about dialog test
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Aug 31, 2024
1 parent 78dc8c8 commit b1aafdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_about_button(mhs_app):
do_actions(
[
lambda: mhs_app.about_button.emit("clicked"),
lambda: get_value(mhs_app.about_dialog.get_visible, "is_visible", result),
lambda: get_value(mhs_app.about.get_visible, "is_visible", result),
]
)
assert result["is_visible"]

0 comments on commit b1aafdf

Please sign in to comment.