diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index 280df5ab..559a2258 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -340,7 +340,7 @@ def test_history_edit(base_app, monkeypatch): # Run help command just so we have a command in history run_cmd(base_app, 'help') - run_cmd(base_app, 'edit') + run_cmd(base_app, 'history -e 1') # We have an editor, so should expect a system call m.assert_called_once() |