Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MJedr committed Sep 18, 2023
1 parent 3cdc62d commit ab08fa7
Showing 1 changed file with 1 addition and 1 deletion.
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[7]
pdf = pdf_files[9]
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 ab08fa7

Please sign in to comment.