Skip to content

Commit 5b7a6bb

Browse files
committed
Merge branch 'BigInteger'
2 parents bcc4b1f + f83e406 commit 5b7a6bb

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
@@ -84,7 +84,7 @@ def test_should_small_integer_convert_int():
8484

8585

8686
def test_should_big_integer_convert_int():
87-
assert_column_conversion(types.BigInteger(), graphene.Int)
87+
assert_column_conversion(types.BigInteger(), graphene.Float)
8888

8989

9090
def test_should_integer_convert_int():

0 commit comments

Comments
 (0)