Skip to content

Commit

Permalink
fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
kotaro-kinoshita committed Dec 30, 2024
1 parent eaaabbc commit 76d7c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def test_export(tmp_path):
with open(out_path, "r") as f:
assert json.load(f) == document_analyzer.model_dump()

document_analyzer.to_csv(tmp_path / "document_analyzer.csv")
document_analyzer.to_csv(tmp_path / "document_analyzer.csv", img=img)
document_analyzer.to_html(tmp_path / "document_analyzer.html", img=img)
document_analyzer.to_markdown(tmp_path / "document_analyzer.md", img=img)

Expand Down

0 comments on commit 76d7c30

Please sign in to comment.