diff options
-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 49919792..40a328da 100644 --- a/tests/test_completion.py +++ b/tests/test_completion.py @@ -1009,7 +1009,7 @@ def test_cmd2_submenu_completion_after_submenu_match(sb_app): # Run the readline tab-completion function with readline mocks in place first_match = sb_app.complete(text, state) - assert first_match is not None and sb_app.completion_matches == ['asd'] + assert first_match is not None and sb_app.completion_matches == ['asd '] def test_cmd2_submenu_completion_after_submenu_nomatch(sb_app): |