diff --git a/tests/unit/commands/test_runners.py b/tests/unit/commands/test_runners.py index 4497cb843..fad96c558 100644 --- a/tests/unit/commands/test_runners.py +++ b/tests/unit/commands/test_runners.py @@ -100,4 +100,4 @@ class TestCompletions: parser = runners.CommandParser(partial_match=True) result = parser.parse('do') - assert result.cmd.name == 'download' + assert result.cmd.name == 'download-cancel'