Skip to content

Commit

Permalink
Fix wrong indentation in tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RonMcKay authored and tbabej committed Nov 8, 2021
1 parent 9a02142 commit f7672dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasklib/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ def test_simple_eoy_conversion(self):
hour=23,
minute=59,
second=59,
))
))
if self.tw.version >= '2.5.2' and self.tw.version < '2.6.0':
eoy = local_zone.localize(datetime.datetime(
year=now.year+1,
Expand All @@ -1254,7 +1254,7 @@ def test_simple_eoy_conversion(self):
hour=0,
minute=0,
second=0,
))
))
self.assertEqual(eoy, t['due'])

def test_complex_eoy_conversion(self):
Expand Down

0 comments on commit f7672dd

Please sign in to comment.