diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-15 01:06:29 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-15 01:06:29 -0400 |
commit | 3140fe01ea00a50bdb48b17bca0c5dc513c2ca70 (patch) | |
tree | 55fdad89410e42323db0d6aa96e7f575aa9a077c /tests/test_completion.py | |
parent | 4233570973e12b0a850415e05aee9912cf3e2cd3 (diff) | |
download | cmd2-git-3140fe01ea00a50bdb48b17bca0c5dc513c2ca70.tar.gz |
Updated comments and examples
Diffstat (limited to 'tests/test_completion.py')
-rw-r--r-- | tests/test_completion.py | 2 |
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' |