Commit 75580b07 by Peter Weidenbach

test folder moved; 00 changed to 0 because of editor parsing bugs

parent fc315c8e
......@@ -14,7 +14,7 @@ class Test_json_encoder(unittest.TestCase):
self.assertEqual(result, "VEVTVA==", "base64 encoding not correct")
def test_datetime_encoding(self):
input_data = datetime.datetime(1970, 4, 23, 19, 00, 24)
input_data = datetime.datetime(1970, 4, 23, 19, 0, 24)
result = self.encoder.default(input_data)
self.assertEqual(result, "1970-04-23T19:00:24")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment