Skip to content

Commit

Permalink
minor: Rename query
Browse files Browse the repository at this point in the history
  • Loading branch information
abawchen committed May 14, 2019
1 parent fd4b999 commit 9a35410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_mongo/tests/test_relay_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class Query(graphene.ObjectType):
editors = MongoengineConnectionField(_EditorNode)

query = '''
query EditorsConnectionPromiseQuery {
query EditorPromiseConnectionQuery {
editors(first: 1) {
edges {
node {
Expand Down

0 comments on commit 9a35410

Please sign in to comment.