Skip to content

Commit 006e4a6

Browse files
committed
Fix field
1 parent 59b6357 commit 006e4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_mongo/tests/test_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_should_field_convert_list():
130130

131131
def test_should_geo_convert_list():
132132
assert_conversion(
133-
mongoengine.GeoPointField, graphene.List, field=mongoengine.IntField()
133+
mongoengine.GeoPointField, graphene.List, field=mongoengine.FloatField()
134134
)
135135

136136

0 commit comments

Comments
 (0)