Skip to content

Commit b97bbfb

Browse files
author
Julien Nakache
committed
fix test
1 parent 084f153 commit b97bbfb

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
@@ -193,7 +193,7 @@ class Meta:
193193
model = Pet
194194

195195
dynamic_field = convert_sqlalchemy_relationship(
196-
Reporter.pets.property, A._meta.registry, test_should_manytomany_convert_connectionorlist
196+
Reporter.pets.property, A._meta.registry, default_connection_field_factory
197197
)
198198
assert isinstance(dynamic_field, graphene.Dynamic)
199199
graphene_type = dynamic_field.get_type()

0 commit comments

Comments
 (0)