Skip to content

Commit f7672dd

Browse files
RonMcKaytbabej
authored andcommitted
Fix wrong indentation in tests.py
1 parent 9a02142 commit f7672dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tasklib/tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ def test_simple_eoy_conversion(self):
12451245
hour=23,
12461246
minute=59,
12471247
second=59,
1248-
))
1248+
))
12491249
if self.tw.version >= '2.5.2' and self.tw.version < '2.6.0':
12501250
eoy = local_zone.localize(datetime.datetime(
12511251
year=now.year+1,
@@ -1254,7 +1254,7 @@ def test_simple_eoy_conversion(self):
12541254
hour=0,
12551255
minute=0,
12561256
second=0,
1257-
))
1257+
))
12581258
self.assertEqual(eoy, t['due'])
12591259

12601260
def test_complex_eoy_conversion(self):

0 commit comments

Comments
 (0)