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 f325964 commit 9c2d571Copy full SHA for 9c2d571
graphene/core/types/tests/test_custom_scalars.py
@@ -11,7 +11,7 @@ def test_date_time():
11
def check_datetime(test_dt):
12
assert test_dt.tzinfo == iso8601.UTC
13
assert test_dt.year == 2016
14
- assert test_dt.month == 04
+ assert test_dt.month == 4
15
assert test_dt.day == 29
16
assert test_dt.hour == 18
17
assert test_dt.minute == 34
0 commit comments