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 0909cdf commit ae8702bCopy full SHA for ae8702b
graphene_mongo/tests/test_converter.py
@@ -80,7 +80,7 @@ def test_should_field_convert_list():
80
assert_conversion(mongoengine.ListField, graphene.List, field=mongoengine.StringField())
81
82
83
-def test_should_embedded_convert_dynamic():
+def test_should_reference_convert_dynamic():
84
85
class E(MongoengineObjectType):
86
0 commit comments