Skip to content

Commit

Permalink
remove docx test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackh54 committed Nov 20, 2024
1 parent da73802 commit 3413835
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,3 @@ def test_extract_text_from_pdf_invalid_file():
# Simulate invalid PDF input
with pytest.raises(Exception):
extract_text_from_pdf(io.BytesIO(b"Not a PDF"))

def test_extract_text_from_docx_invalid_file():
# Simulate invalid DOCX input
with pytest.raises(Exception):
extract_text_from_docx(io.BytesIO(b"Not a DOCX"))

0 comments on commit 3413835

Please sign in to comment.