Fix render --png-path is not copying all the png files (#332)

This commit is contained in:
Sina Atalay
2025-02-02 18:25:03 -05:00
parent 99f97d12b2
commit c171ff5549
2 changed files with 5 additions and 9 deletions

View File

@@ -344,7 +344,8 @@ def test_render_command_with_custom_png_path_multiple_pages(tmp_path):
],
)
png_page_file_path = tmp_path / "test.png"
png_page_file_path = tmp_path / "test_1.png"
png_page_file_path = tmp_path / "test_2.png"
assert png_page_file_path.exists()