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 8f0fb84 commit f83e406Copy full SHA for f83e406
graphene_sqlalchemy/tests/test_converter.py
@@ -84,7 +84,7 @@ def test_should_small_integer_convert_int():
84
85
86
def test_should_big_integer_convert_int():
87
- assert_column_conversion(types.BigInteger(), graphene.Int)
+ assert_column_conversion(types.BigInteger(), graphene.Float)
88
89
90
def test_should_integer_convert_int():
0 commit comments