Skip to content

Commit f83e406

Browse files
committed
Adapted the test in order to check convertin to float
1 parent 8f0fb84 commit f83e406

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)