Skip to content

Commit

Permalink
Fix test shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbautista committed Nov 12, 2024
1 parent 10a4a4e commit f72bdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtconsole/tests/test_qtconsoleapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_shortcut_traitlets():

@pytest.mark.parametrize(
"shortcut", ["undo", "redo", "copy", "cut", "paste", "print", "clear",
"close", "select_all"])
"close"])
def test_custom_shortcut_manager(shortcut):
""" Verify that the shortcuts traitlets are set with a custom value.
"""
Expand Down

0 comments on commit f72bdf4

Please sign in to comment.