Skip to content

Commit

Permalink
Revert "fix(test): expect result with new lines"
Browse files Browse the repository at this point in the history
This reverts commit a4a6057.
  • Loading branch information
nRamstedt committed May 28, 2024
1 parent 4b30ccf commit 8a675ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async def vector_db():
def test_parser_with_pdf_file_then_expect_parsed_correctly(document_elements):
first_element = str(document_elements[0]) if document_elements else ""

expect_text = "Bevaringsprogram för Råå\n\nHELSINGBORGS MUSEUM\n\nBevaringsprogram för Råå Fastställt av kommunfullmäktige 1991-08-27\n\nHelsingborgs bevaringskommitte Helsingborgs museum"
expect_text = "Bevaringsprogram för Råå"
assert expect_text in first_element, "The PDF content was not parsed correctly."


Expand Down

0 comments on commit 8a675ee

Please sign in to comment.