Skip to content

Commit 466173f

Browse files
committed
Add missing assert
1 parent bdae6e3 commit 466173f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

betterproto2/tests/test_documentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_documentation(requires_grpclib) -> None:
4343
def test_escaping(requires_grpclib) -> None:
4444
from .outputs.documentation.documentation import ComplexDocumentation
4545

46-
ComplexDocumentation.__doc__ == """
46+
assert ComplexDocumentation.__doc__ == """
4747
A comment with backslashes \\ and triple quotes \"\"\"
4848
Simple quotes are not escaped "
4949
"""

0 commit comments

Comments
 (0)