chore: simplify xlsx tests
This commit is contained in:
parent
5c60d8ca12
commit
113f7748b7
1 changed files with 2 additions and 2 deletions
|
|
@ -148,8 +148,8 @@ def test_markitdown_local() -> None:
|
|||
assert test_string in text_content
|
||||
|
||||
# Check negations
|
||||
assert "Unnamed:" not in result.text_content
|
||||
assert "NaN" not in result.text_content
|
||||
assert "Unnamed:" not in text_content
|
||||
assert "NaN" not in text_content
|
||||
|
||||
# Test DOCX processing
|
||||
result = markitdown.convert(os.path.join(TEST_FILES_DIR, "test.docx"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue