mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-29 05:23:46 +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)
|
result = schema.execute(query)
|
||||||
assert not result.errors
|
assert not result.errors
|
||||||
print(result.data)
|
|
||||||
assert result.data == expected
|
assert result.data == expected
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user