From 7aac91f29f1eafd2ec981196249cf3c62d435485 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 1 Jan 2019 20:02:20 -0500 Subject: [PATCH] tests: due:yesterday does not match current year on 1st of January --- test/tag.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tag.t b/test/tag.t index c6c4a71a5..841cce318 100755 --- a/test/tag.t +++ b/test/tag.t @@ -85,7 +85,7 @@ class TestVirtualTags(TestCase): cls.t("add deleted") cls.t("1 delete", input="y\n") 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 annotate note") cls.t("add blocked depends:2")