Skip to content

Commit c630909

Browse files
committed
last
1 parent 1a36837 commit c630909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/tests/test_read_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ def test_read_docx():
77
with open("/app/data/input/fanatyk.docx", "rb") as file:
88
file_processor.file = file
99
file_processor.file_type = ".txt"
10-
content = file_processor._read_docx
10+
content = file_processor._read_docx()
1111
assert len(content) > 0, "Your summarize is empty"

0 commit comments

Comments
 (0)