mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-08 23:50:38 +03:00
py 3.4/3.5 don't like the leading 0
This commit is contained in:
parent
f325964a9e
commit
9c2d571aae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user