mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-03-03 11:15:46 +03:00
Remove old test
This commit is contained in:
parent
94ee97085f
commit
12b022a49a
|
@ -30,8 +30,6 @@ def test_should_date_convert_date():
|
|||
def test_should_time_convert_time():
|
||||
assert_conversion(forms.TimeField, graphene.types.datetime.Time)
|
||||
|
||||
def test_should_date_convert_string():
|
||||
assert_conversion(forms.DateField, graphene.String)
|
||||
|
||||
def test_should_date_time_convert_date_time():
|
||||
assert_conversion(forms.DateTimeField, graphene.types.datetime.DateTime)
|
||||
|
|
Loading…
Reference in New Issue
Block a user