Skip to content

Commit

Permalink
STY: minor change to comment and fix pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nstelter-slac committed Nov 13, 2024
1 parent 8c21101 commit 087324d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pydm/tests/test_main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ def test_reload_display(wrapped_compile_ui: MagicMock, qapp: PyDMApplication) ->
finally:
clear_compiled_ui_file_cache()


def test_menubar_text(qapp: PyDMApplication) -> None:
"""Verify the main-window displays expected text in the dropdown menu-items"""
"""Verify main-window displays expected text in its menubar dropdown items"""
# only testing text update of "Enter/Exit Fullscreen" menu-item for now, this can be expanded later
display = Display(parent=None)

Expand Down

0 comments on commit 087324d

Please sign in to comment.