Skip to content

Commit

Permalink
Clean Code
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbautista committed Nov 5, 2024
1 parent 535130a commit 449c6c7
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 @@ -39,7 +39,7 @@ def test_shortcut_traitlets():
assert app.shortcut_save == "Ctrl+S"
assert app.shortcut_print == "Ctrl+P"
assert app.shortcut_undo == "Ctrl+Z"
assert app.shortcut_redo == "Ctrl+Y"
assert app.shortcut_redo == "Ctrl+Shift+Z"
assert app.shortcut_copy_raw == "Ctrl+Shift+C"
assert app.shortcut_select_all == "Ctrl+A"
assert app.shortcut_ctrl_shift_m == "Ctrl+Shift+M"
Expand Down

0 comments on commit 449c6c7

Please sign in to comment.