Skip to content

Commit 402cd64

Browse files
committed
added time field test
1 parent 509645d commit 402cd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/tests/test_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from .models import Article, Film, FilmDetails, Reporter
1717

1818

19-
# from graphene.core.types.custom_scalars import DateTime, JSONString
19+
# from graphene.core.types.custom_scalars import DateTime, Time, JSONString
2020

2121

2222
def assert_conversion(django_field, graphene_field, *args, **kwargs):

0 commit comments

Comments
 (0)