Skip to content

Commit 0c97678

Browse files
committed
minor: Rename test function
1 parent be10a58 commit 0c97678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_mongo/tests/test_relay_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ class Query(graphene.ObjectType):
339339
expected, sort_keys=True)
340340

341341

342-
def test_should_filter_by_list_of_string(fixtures):
342+
def test_should_filter_by_list_contains(fixtures):
343343
# Notes: https://goo.gl/hMNRgs
344344
class Query(graphene.ObjectType):
345345
reporters = MongoengineConnectionField(ReporterNode)

0 commit comments

Comments
 (0)