From 4f6c44e5c1a3be95142ef6cf2ae2fc0631d21780 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 19 Mar 2017 17:27:40 -0400 Subject: [PATCH] Tests: Syntax error in Python that went unnoticed --- test/math.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/math.t b/test/math.t index 79ca06537..a5700646f 100755 --- a/test/math.t +++ b/test/math.t @@ -52,7 +52,7 @@ class TestMath(TestCase): cls.t("add three 'due:eoy-10days'") cls.t("add four 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): """compact unquoted"""