We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b0f38 commit 2b67691Copy full SHA for 2b67691
graphene_sqlalchemy/tests/test_converter.py
@@ -52,7 +52,7 @@ def test_should_date_convert_string():
52
53
54
def test_should_datetime_convert_string():
55
- assert_column_conversion(types.DateTime(), graphene.String)
+ assert_column_conversion(types.DateTime(), graphene.DateTime)
56
57
58
def test_should_time_convert_string():
0 commit comments