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 be10a58 commit 0c97678Copy full SHA for 0c97678
graphene_mongo/tests/test_relay_query.py
@@ -339,7 +339,7 @@ class Query(graphene.ObjectType):
339
expected, sort_keys=True)
340
341
342
-def test_should_filter_by_list_of_string(fixtures):
+def test_should_filter_by_list_contains(fixtures):
343
# Notes: https://goo.gl/hMNRgs
344
class Query(graphene.ObjectType):
345
reporters = MongoengineConnectionField(ReporterNode)
0 commit comments