Skip to content

Commit 2a67ffe

Browse files
author
Anis Jonischkeit
committed
fixed function name for test to be what it is actually testing and prevent name colision
1 parent 1a1efbd commit 2a67ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/types/tests/test_datetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_datetime_query():
3434
assert result.data == {'datetime': isoformat}
3535

3636

37-
def test_datetime_query():
37+
def test_date_query():
3838
now = datetime.datetime.now().replace(tzinfo=pytz.utc).date()
3939
isoformat = now.isoformat()
4040

0 commit comments

Comments
 (0)