summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-04-15 01:06:29 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-04-15 01:06:29 -0400
commit3140fe01ea00a50bdb48b17bca0c5dc513c2ca70 (patch)
tree55fdad89410e42323db0d6aa96e7f575aa9a077c /tests
parent4233570973e12b0a850415e05aee9912cf3e2cd3 (diff)
downloadcmd2-git-3140fe01ea00a50bdb48b17bca0c5dc513c2ca70.tar.gz
Updated comments and examples
Diffstat (limited to 'tests')
-rw-r--r--tests/test_completion.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_completion.py b/tests/test_completion.py
index cb164a98..5b236130 100644
--- a/tests/test_completion.py
+++ b/tests/test_completion.py
@@ -458,7 +458,7 @@ def test_delimiter_completion(cmd2_app):
display_list = list(display_set)
display_list.sort()
- assert display_list == ['otheruser', 'user']
+ assert display_list == ['other user', 'user']
def test_flag_based_completion_single(cmd2_app):
text = 'Pi'