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 22ac84d9..9c270a34 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -728,7 +728,7 @@ def shell_app(): return app def test_default_to_shell_found(shell_app): - out = run_cmd(shell_app, 'ls -hal') + out = run_cmd(shell_app, 'echo Hello') assert out == [] def test_default_to_shell_unknown(shell_app): |