We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4845781 commit 3beda82Copy full SHA for 3beda82
libs/community/tests/unit_tests/document_loaders/test_pdf.py
@@ -59,4 +59,4 @@ def test_pypdf_loader_with_layout() -> None:
59
expected = path_to_layout_pdf_txt.read_text(encoding="utf-8")
60
cleaned_first_page = re.sub(r"\x00", "", first_page)
61
cleaned_expected = re.sub(r"\x00", "", expected)
62
- assert cleaned_first_page == cleaned_expected.strip()
+ assert cleaned_first_page == cleaned_expected
0 commit comments