From e674ed6edccecb98c41a3f6babb941757660e48e Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Mon, 19 Mar 2018 23:18:23 -0400 Subject: Fixed unit test --- tests/test_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_completion.py') 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): -- cgit v1.2.1