Skip to content

Commit 090f9f3

Browse files
committed
Attempt at fixing new unit test on Linux and Windows
1 parent b657671 commit 090f9f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ def shell_app():
728728
return app
729729

730730
def test_default_to_shell_found(shell_app):
731-
out = run_cmd(shell_app, 'ls -hal')
731+
out = run_cmd(shell_app, 'echo Hello')
732732
assert out == []
733733

734734
def test_default_to_shell_unknown(shell_app):

0 commit comments

Comments
 (0)