mirror of
				https://github.com/graphql-python/graphene-django.git
				synced 2025-10-31 07:57:31 +03:00 
			
		
		
		
	Fix test
This commit is contained in:
		
							parent
							
								
									fda876fdc2
								
							
						
					
					
						commit
						7210e308ec
					
				|  | @ -405,7 +405,7 @@ def test_should_query_node_multiple_filtering(): | |||
|         pub_date=datetime.date.today(), | ||||
|         reporter=r, | ||||
|         editor=r, | ||||
|         lang='en' | ||||
|         lang='es' | ||||
|     ) | ||||
|     Article.objects.create( | ||||
|         headline='Article Node 3', | ||||
|  | @ -422,7 +422,7 @@ def test_should_query_node_multiple_filtering(): | |||
|                 edges { | ||||
|                     node { | ||||
|                         id | ||||
|                         articles(lang: "es", headline: "Article Node 2") { | ||||
|                         articles(lang: "es", headline: "Article Node 1") { | ||||
|                             edges { | ||||
|                                 node { | ||||
|                                     id | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user