- commit
- 178c08c1c21eaf53a120eb056fb7952b7e5228f0
- parent
- cb180760f7424f3bf6c807039df7c86f0c9304c9
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2018-11-19 17:57
fix some test
Diffstat
| M | test.py | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
@@ -98,7 +98,7 @@ class TestParseDate(unittest.TestCase): 98 98 self.assertEqual(tpl, { 99 99 'day': 13, 100 100 'month': 2,101 -1 'year': TODAY.year,-1 101 'year': TODAY.year + (1 if TODAY.month > 2 else 0), 102 102 }) 103 103 104 104 def test_mmdd_star(self):