Skip to content

Commit ef8b45e

Browse files
Update test_relay_query.py
Removed unwanted print statement
1 parent 2b8c540 commit ef8b45e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphene_mongo/tests/test_relay_query.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ class Query(graphene.ObjectType):
455455
}
456456
}
457457
schema = graphene.Schema(query=Query)
458-
print(schema)
459458
result = schema.execute(query)
460459
assert not result.errors
461460
assert result.data == expected

0 commit comments

Comments
 (0)