mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-05 12:53:11 +03:00
Remove print statements.
This commit is contained in:
parent
6811f93aa4
commit
603d4770eb
|
@ -34,8 +34,5 @@ def test_correct_fetch_first_ship_rebels():
|
|||
}
|
||||
}
|
||||
result = schema.execute(query)
|
||||
print('-------------------------------')
|
||||
print(result)
|
||||
print(result.errors)
|
||||
assert not result.errors
|
||||
assert result.data == expected
|
||||
|
|
Loading…
Reference in New Issue
Block a user