Skip to content

Commit 7210e30

Browse files
author
Niall
committed
Fix test
1 parent fda876f commit 7210e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphene_django/tests/test_query.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ class Query(graphene.ObjectType):
405405
pub_date=datetime.date.today(),
406406
reporter=r,
407407
editor=r,
408-
lang='en'
408+
lang='es'
409409
)
410410
Article.objects.create(
411411
headline='Article Node 3',
@@ -422,7 +422,7 @@ class Query(graphene.ObjectType):
422422
edges {
423423
node {
424424
id
425-
articles(lang: "es", headline: "Article Node 2") {
425+
articles(lang: "es", headline: "Article Node 1") {
426426
edges {
427427
node {
428428
id

0 commit comments

Comments
 (0)