Skip to content

Commit

Permalink
chore: add missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede authored May 11, 2023
1 parent 4b297a2 commit 510f27e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphene/types/tests/test_enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def test_enum_from_builtin_enum():
assert RGB.GREEN
assert RGB.BLUE


def test_enum_custom_description_in_constructor():
description = "An enumeration, but with a custom description"
RGB = Enum(
Expand Down

0 comments on commit 510f27e

Please sign in to comment.