mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
tests: due:yesterday does not match current year on 1st of January
This commit is contained in:
parent
3f97a034c7
commit
b8347821c4
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class TestVirtualTags(TestCase):
|
||||||
cls.t("add deleted")
|
cls.t("add deleted")
|
||||||
cls.t("1 delete", input="y\n")
|
cls.t("1 delete", input="y\n")
|
||||||
cls.t("add minimal")
|
cls.t("add minimal")
|
||||||
cls.t("add maximal +tag pro:PRO pri:H due:yesterday")
|
cls.t("add maximal +tag pro:PRO pri:H due:today")
|
||||||
cls.t("3 start")
|
cls.t("3 start")
|
||||||
cls.t("3 annotate note")
|
cls.t("3 annotate note")
|
||||||
cls.t("add blocked depends:2")
|
cls.t("add blocked depends:2")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue