mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-25 11:03:58 +03:00
fixed function name for test to be what it is actually testing and prevent name colision
This commit is contained in:
parent
1a1efbd77d
commit
2a67ffeb35
|
@ -34,7 +34,7 @@ def test_datetime_query():
|
|||
assert result.data == {'datetime': isoformat}
|
||||
|
||||
|
||||
def test_datetime_query():
|
||||
def test_date_query():
|
||||
now = datetime.datetime.now().replace(tzinfo=pytz.utc).date()
|
||||
isoformat = now.isoformat()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user