summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-21 09:24:39 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-21 09:24:39 -0400
commit8aab13018dedff0f669715c6e4fee66a9697e930 (patch)
tree0adbadec60523f4e38da307305f180026646e46e
parent20d57ff875f9f47c3c471ad1de2c15d587b1bf0c (diff)
downloadcmd2-git-8aab13018dedff0f669715c6e4fee66a9697e930.tar.gz
Fixed unit test
-rw-r--r--tests/test_cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py
index 06379184..1e7e2c3f 100644
--- a/tests/test_cmd2.py
+++ b/tests/test_cmd2.py
@@ -72,7 +72,7 @@ def test_base_invalid_option(base_app, capsys):
out = normalize(out)
err = normalize(err)
assert 'Error: unrecognized arguments: -z' in err[0]
- assert out[0] == 'Usage: set param{0..1} [value] [-h] [-a] [-l]'
+ assert out[0] == 'Usage: set [param] [value] [-h] [-a] [-l]'
def test_base_shortcuts(base_app):
out = run_cmd(base_app, 'shortcuts')