Skip to content

Commit

Permalink
remove unused tmp_path
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Nov 19, 2024
1 parent 23c8ce6 commit 4b3a52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ def test_mdrenderer_no_finalize(tmp_path):
assert finalized == unfinalized + "\n\n[gl ref]: https://gitlab.com\n"


def test_ascii_whitespace_deprecation(tmp_path):
def test_ascii_whitespace_deprecation():
with pytest.warns(DeprecationWarning):
mdformat.codepoints.ASCII_WHITESPACE

0 comments on commit 4b3a52e

Please sign in to comment.