diff options
Diffstat (limited to 'Lib/test/test_rfc822.py')
-rw-r--r-- | Lib/test/test_rfc822.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_rfc822.py b/Lib/test/test_rfc822.py index c450bf9..491bc8a 100644 --- a/Lib/test/test_rfc822.py +++ b/Lib/test/test_rfc822.py @@ -53,7 +53,7 @@ class MessageTestCase(unittest.TestCase): out = m.getdate('date') if out: self.assertEqual(out, - (1999, 1, 13, 23, 57, 35, 0, 0, 0), + (1999, 1, 13, 23, 57, 35, 0, 1, 0), "date conversion failed") |