Skip to content

Commit ae8702b

Browse files
committed
test: Correct test case name
1 parent 0909cdf commit ae8702b

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
@@ -80,7 +80,7 @@ def test_should_field_convert_list():
8080
assert_conversion(mongoengine.ListField, graphene.List, field=mongoengine.StringField())
8181

8282

83-
def test_should_embedded_convert_dynamic():
83+
def test_should_reference_convert_dynamic():
8484

8585
class E(MongoengineObjectType):
8686

0 commit comments

Comments
 (0)