Skip to content

Commit b4ebcfe

Browse files
committed
32
1 parent a52a327 commit b4ebcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_style_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,4 @@ def test_format_docstring_wraps_blockquote_and_keeps_prefix(self):
223223
> wrapped and keep the prefix.
224224
"""
225225

226-
self.assertEqual(style_docstring(test_docstring, 119)[0], expected_result)
226+
self.assertEqual(style_docstring(test_docstring, 32)[0], expected_result)

0 commit comments

Comments
 (0)