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 2cd2dee commit 05be306Copy full SHA for 05be306
graphene_mongo/tests/test_fields.py
@@ -41,6 +41,6 @@ def test_default_resolver_with_colliding_objects_field():
41
def test_default_resolver_connection_list_length(fixtures):
42
field = MongoengineConnectionField(ArticleNode)
43
44
- connection = field.default_resolver(None, {})
+ connection = field.default_resolver(None, {}, **{'first': 1})
45
assert hasattr(connection, 'list_length')
46
assert connection.list_length == 2
0 commit comments