chore: update test excel with a nan

This commit is contained in:
Hew Li Yang 2024-12-16 15:44:30 +08:00
parent 5de769f1bc
commit 19dc6a3641
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

@ -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"))