Skip to content

Commit af6a8d3

Browse files
committed
Fix whitespace in docstring test
1 parent a5a9ed9 commit af6a8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_get_docstring(example_class):
4848
)
4949
assert (
5050
utilities.get_docstring(example_class.class_method_oneline, remove_summary=True)
51-
== "One line docstring. "
51+
== "One line docstring."
5252
)
5353
assert (
5454
utilities.get_docstring(

0 commit comments

Comments
 (0)