Skip to content

Commit

Permalink
chore: clarify test title and assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede authored Jul 19, 2023
1 parent e4cb412 commit 29eaea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphene/tests/issues/test_1293.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Mutations(graphene.ObjectType):
set_datetime = SetDatetime.Field()


def test_print_schema():
def test_schema_printable_with_default_datetime_value():
schema = graphene.Schema(query=Query, mutation=Mutations)
schema_str = print_schema(schema.graphql_schema)
assert schema_str, "non-empty schema printed"
assert schema_str, "empty schema printed"

0 comments on commit 29eaea4

Please sign in to comment.