From 60890fa5f0d6650814384fc8db19875eaff08143 Mon Sep 17 00:00:00 2001 From: kotfu Date: Mon, 15 Jan 2018 23:44:44 -0700 Subject: tweak unit tests for history #252 --- tests/test_cmd2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.1