Skip to content

Commit 17159bf

Browse files
committed
Added new command to test validation.
1 parent 1c1da02 commit 17159bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_autocompletion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def test_autocomp_subcmd_nested(cmd2_app):
168168

169169
first_match = complete_tester(text, line, begidx, endidx, cmd2_app)
170170
assert first_match is not None and \
171-
cmd2_app.completion_matches == ['add', 'delete', 'list']
171+
cmd2_app.completion_matches == ['add', 'delete', 'list', 'load']
172172

173173

174174
def test_autocomp_subcmd_flag_choices_append(cmd2_app):

0 commit comments

Comments
 (0)