Skip to content

Commit 61ba9d7

Browse files
committed
Try to fix tests
1 parent 2d59a69 commit 61ba9d7

File tree

2 files changed

+1
-1
lines changed

2 files 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
@@ -3,7 +3,7 @@
33

44
def test_read_docx():
55
file_processor = FileProcessor()
6-
with open("data/input/test.docx", "rb") as file:
6+
with open("data/input/fanatyk.docx", "rb") as file:
77
file_processor.file = file
88
file_processor.file_type = ".txt"
99
content = file_processor._read_docx

data/input/fanatyk.docx

18.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)