Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 108e7f6

Browse files
committed
update tests
1 parent 11f50a1 commit 108e7f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_rendercv_tinytex.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ def test_run_pdftex(tmp_path):
77
latex_file_path.write_text(
88
"\\documentclass{article}\n"
99
"\\usepackage[T1]{fontenc}\n"
10+
"\\usepackage{charter}\n"
1011
"\\begin{document}\n"
1112
"\\section{Hello, world!}\n"
1213
"This is a test.\n"
1314
"\\end{document}\n"
1415
)
1516

16-
run_pdftex(latex_file_path)
17+
pdf_file_path = run_pdftex(latex_file_path)
1718

18-
pdf_file_path = latex_file_path.with_suffix(".pdf")
1919
assert pdf_file_path.is_file()

0 commit comments

Comments
 (0)