mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-16 19:12:21 +03:00
chore: add missing newline
This commit is contained in:
parent
4b297a289d
commit
510f27ec1a
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue
Block a user