Skip to content

Commit 2b67691

Browse files
committed
Fixed expected converted type
1 parent 95b0f38 commit 2b67691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_sqlalchemy/tests/test_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_should_date_convert_string():
5252

5353

5454
def test_should_datetime_convert_string():
55-
assert_column_conversion(types.DateTime(), graphene.String)
55+
assert_column_conversion(types.DateTime(), graphene.DateTime)
5656

5757

5858
def test_should_time_convert_string():

0 commit comments

Comments
 (0)