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 1a1efbd commit 2a67ffeCopy full SHA for 2a67ffe
graphene/types/tests/test_datetime.py
@@ -34,7 +34,7 @@ def test_datetime_query():
34
assert result.data == {'datetime': isoformat}
35
36
37
-def test_datetime_query():
+def test_date_query():
38
now = datetime.datetime.now().replace(tzinfo=pytz.utc).date()
39
isoformat = now.isoformat()
40
0 commit comments