Skip to content

Commit 41f931c

Browse files
authored
Merge pull request #394 from urbandove/master
Remove old test
2 parents 94ee970 + 12b022a commit 41f931c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graphene_django/tests/test_form_converter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ def test_should_date_convert_date():
3030
def test_should_time_convert_time():
3131
assert_conversion(forms.TimeField, graphene.types.datetime.Time)
3232

33-
def test_should_date_convert_string():
34-
assert_conversion(forms.DateField, graphene.String)
3533

3634
def test_should_date_time_convert_date_time():
3735
assert_conversion(forms.DateTimeField, graphene.types.datetime.DateTime)

0 commit comments

Comments
 (0)