We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a36837 commit c630909Copy full SHA for c630909
app/tests/test_read_docs.py
@@ -7,5 +7,5 @@ def test_read_docx():
7
with open("/app/data/input/fanatyk.docx", "rb") as file:
8
file_processor.file = file
9
file_processor.file_type = ".txt"
10
- content = file_processor._read_docx
+ content = file_processor._read_docx()
11
assert len(content) > 0, "Your summarize is empty"
0 commit comments