chore: update test excel with a nan
This commit is contained in:
parent
5de769f1bc
commit
19dc6a3641
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
|
@ -126,6 +126,7 @@ def test_markitdown_local() -> None:
|
||||||
assert test_string in text_content
|
assert test_string in text_content
|
||||||
# Check negations
|
# Check negations
|
||||||
assert "Unnamed:" not in text_content
|
assert "Unnamed:" not in text_content
|
||||||
|
assert "NaN" not in text_content
|
||||||
|
|
||||||
# Test DOCX processing
|
# Test DOCX processing
|
||||||
result = markitdown.convert(os.path.join(TEST_FILES_DIR, "test.docx"))
|
result = markitdown.convert(os.path.join(TEST_FILES_DIR, "test.docx"))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue