Skip to content

Commit 7573b07

Browse files
committed
Added support for named parameters
Signed-off-by: chandr-andr (Kiselev Aleksandr) <[email protected]>
1 parent 414c816 commit 7573b07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/tests/test_value_converter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ async def test_as_class(
134134
("TEXT", "Some String", "Some String"),
135135
(
136136
"XML",
137-
"""<?xml version="1.0"?><book><title>Manual
138-
</title><chapter>...</chapter></book>""",
137+
"""<?xml version="1.0"?><book><title>Manual</title><chapter>...</chapter></book>""", # noqa: E501
139138
"""<book><title>Manual</title><chapter>...</chapter></book>""",
140139
),
141140
("BOOL", True, True),

0 commit comments

Comments
 (0)