completion: Fix compatibility with taskwarrior 2.4.4

This commit is contained in:
Tomas Janousek 2020-12-26 12:43:07 +01:00 committed by Tomas Babej
parent 6cedc13b58
commit 12d363df5e
2 changed files with 14 additions and 5 deletions

View file

@ -5,6 +5,7 @@ from tests.base import IntegrationTest
class FakeTW():
def __init__(self, projects=[], tags=[]):
self.version = '2.5.1'
self.projects = projects
self.tags = tags