Skip to content

Commit 5c3a564

Browse files
committed
Update test_markdown_support.py
1 parent d92d511 commit 5c3a564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_markdown_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
def test_archive_markdown():
66
"""Test Archive support."""
7-
path = pathlib.Path(__file__).parent / "resources"
7+
path = pathlib.Path() / "resources"
88
md = """![](nur-ruhig.jpg)\n**A referenced image.**"""
99
md_doc = pymupdf.open(stream=md.encode(), filetype="md", archive=path.name)
1010
pdfdata = md_doc.convert_to_pdf()

0 commit comments

Comments
 (0)