Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MJedr committed Sep 18, 2023
1 parent 9b13c12 commit 25cd371
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added tests/data/packed_pdf.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def test_reference_split_handles_semicolon():

def test_clean_pdf_before_run(tmp_path, pdf_files):
tmp_file_path = tmp_path / "packed.pdf"
pdf = pdf_files[11]
pdf = pdf_files[10]
with open(pdf, 'rb') as input, open(tmp_file_path, 'wb') as tmp_out:
tmp_out.write(input.read())

Expand Down

0 comments on commit 25cd371

Please sign in to comment.