mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-16 19:12:21 +03:00
Fix new line
This commit is contained in:
parent
510f27ec1a
commit
6eaef662d5
|
@ -79,6 +79,7 @@ def test_enum_from_python3_enum_uses_default_builtin_doc():
|
||||||
RGB = Enum("RGB", "RED,GREEN,BLUE")
|
RGB = Enum("RGB", "RED,GREEN,BLUE")
|
||||||
assert RGB._meta.description == "An enumeration."
|
assert RGB._meta.description == "An enumeration."
|
||||||
|
|
||||||
|
|
||||||
def test_enum_from_builtin_enum_accepts_lambda_description():
|
def test_enum_from_builtin_enum_accepts_lambda_description():
|
||||||
def custom_description(value):
|
def custom_description(value):
|
||||||
if not value:
|
if not value:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user