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 3ddec27 commit b45c559Copy full SHA for b45c559
graphene_mongo/tests/test_converter.py
@@ -52,7 +52,7 @@ def test_sould_int_convert_int():
52
53
def test_sould_long_convert_int():
54
assert_conversion(mongoengine.LongField, graphene.Int)
55
-
+
56
57
def test_should_object_id_convert_id():
58
assert_conversion(mongoengine.ObjectIdField, graphene.ID)
0 commit comments