Skip to content

Commit

Permalink
Fix tu
Browse files Browse the repository at this point in the history
  • Loading branch information
pprados committed Jan 7, 2025
1 parent cd9c109 commit 039819c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def test_pypdf_loader_with_layout() -> None:
expected = path_to_layout_pdf_txt.read_text(encoding="utf-8")
cleaned_first_page = re.sub(r"\x00", "", first_page)
cleaned_expected = re.sub(r"\x00", "", expected)
assert cleaned_first_page == cleaned_expected.strip()
assert cleaned_first_page == cleaned_expected

0 comments on commit 039819c

Please sign in to comment.