Make tests pass

This commit is contained in:
Luca Benci 2017-10-10 22:54:49 +02:00
parent 052c527e4c
commit c8d41a4f87

View File

@ -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'