Skip to content

Commit

Permalink
d updated markdown snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 11, 2024
1 parent 5a70d6f commit 2839112
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_inline_approvals.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,7 @@ def test_uppercase():
b -> B
c -> C
"""
verify("\n".join([ f"{a} -> {a.upper()}" for a in parse_docstring()]), options=Options().inline())
verify(
"\n".join([f"{a} -> {a.upper()}" for a in parse_docstring()]),
options=Options().inline(),
)

0 comments on commit 2839112

Please sign in to comment.