We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e11420 commit ced20d8Copy full SHA for ced20d8
test/test_dates.py
@@ -15,7 +15,7 @@
15
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17
#
18
-# $Id: test_dates.py,v 1.34 2004-11-29 14:30:55 a1s Exp $
+# $Id: test_dates.py,v 1.35 2004-11-29 14:34:10 a1s Exp $
19
from __future__ import nested_scopes
20
21
import unittest, time
@@ -170,7 +170,7 @@ def testIntervalInit(self):
170
ae(str(Interval(' - 1 d 2:50 ')), '- 1d 2:50')
171
ae(str(Interval(' 14:00 ')), '+ 14:00')
172
ae(str(Interval(' 0:04:33 ')), '+ 0:04:33')
173
- ae(str(Interval(8.*3600)), '+ 08:00')
+ ae(str(Interval(8.*3600)), '+ 8:00')
174
175
def testIntervalInitDate(self):
176
ae = self.assertEqual
0 commit comments