mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-28 21:13:47 +03:00
Remove print statement
This commit is contained in:
parent
34f5978446
commit
c32340662c
|
@ -486,7 +486,6 @@ def test_should_query_node_filtering_with_distinct_queryset():
|
|||
|
||||
result = schema.execute(query)
|
||||
assert not result.errors
|
||||
print(result.data)
|
||||
assert result.data == expected
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user