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 a158f4e commit f325964Copy full SHA for f325964
graphene/core/types/tests/test_custom_scalars.py
@@ -8,7 +8,6 @@
8
def test_date_time():
9
test_iso_string = "2016-04-29T18:34:12.502Z"
10
11
-
12
def check_datetime(test_dt):
13
assert test_dt.tzinfo == iso8601.UTC
14
assert test_dt.year == 2016
0 commit comments