Skip to content

Commit ced20d8

Browse files
author
Alexander Smishlajev
committed
oops! error in recently added test
1 parent 6e11420 commit ced20d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_dates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: test_dates.py,v 1.34 2004-11-29 14:30:55 a1s Exp $
18+
# $Id: test_dates.py,v 1.35 2004-11-29 14:34:10 a1s Exp $
1919
from __future__ import nested_scopes
2020

2121
import unittest, time
@@ -170,7 +170,7 @@ def testIntervalInit(self):
170170
ae(str(Interval(' - 1 d 2:50 ')), '- 1d 2:50')
171171
ae(str(Interval(' 14:00 ')), '+ 14:00')
172172
ae(str(Interval(' 0:04:33 ')), '+ 0:04:33')
173-
ae(str(Interval(8.*3600)), '+ 08:00')
173+
ae(str(Interval(8.*3600)), '+ 8:00')
174174

175175
def testIntervalInitDate(self):
176176
ae = self.assertEqual

0 commit comments

Comments
 (0)