From c8d41a4f879f2acfc5304d94285f3517c784ebe4 Mon Sep 17 00:00:00 2001 From: Luca Benci Date: Tue, 10 Oct 2017 22:54:49 +0200 Subject: [PATCH] Make tests pass --- tests/unit/commands/test_runners.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'