mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Syntax error in Python that went unnoticed
This commit is contained in:
parent
6e7bd12094
commit
4f6c44e5c1
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class TestMath(TestCase):
|
||||||
cls.t("add three 'due:eoy-10days'")
|
cls.t("add three 'due:eoy-10days'")
|
||||||
cls.t("add four due:'eoy - 10days'")
|
cls.t("add four due:'eoy - 10days'")
|
||||||
cls.t("add five 'due:eoy - 10days'")
|
cls.t("add five 'due:eoy - 10days'")
|
||||||
cls.t("add six 'due:%d-01-01T00:00:00 - 10days'".format (datetime.now().year + 1))
|
cls.t("add six 'due:{}-01-01T00:00:00 - 10days'".format (datetime.now().year + 1))
|
||||||
|
|
||||||
def test_compact_unquoted(self):
|
def test_compact_unquoted(self):
|
||||||
"""compact unquoted"""
|
"""compact unquoted"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue