py 3.4/3.5 don't like the leading 0

This commit is contained in:
Jon Dugan 2016-04-29 14:21:18 -05:00
parent f325964a9e
commit 9c2d571aae

View File

@ -11,7 +11,7 @@ def test_date_time():
def check_datetime(test_dt):
assert test_dt.tzinfo == iso8601.UTC
assert test_dt.year == 2016
assert test_dt.month == 04
assert test_dt.month == 4
assert test_dt.day == 29
assert test_dt.hour == 18
assert test_dt.minute == 34