Skip to content

Commit 87daf93

Browse files
authored
update tests (#1813)
1 parent ed4f76d commit 87daf93

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

-8 Bytes
Binary file not shown.

test/text/test_multi_cell_markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def test_multi_cell_markdown_link(tmp_path):
143143
pdf.add_page()
144144
pdf.multi_cell(
145145
pdf.epw,
146-
text="**Start** [One Page Dungeon Context](https://www.dungeoncontest.com/) __End__",
146+
text="**Start** [fpdf2 github](https://github.com/py-pdf/fpdf2) __End__",
147147
markdown=True,
148148
)
149149
assert_pdf_equal(pdf, HERE / "multi_cell_markdown_link.pdf", tmp_path)

0 commit comments

Comments
 (0)