Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
inahjeon committed Nov 29, 2024
1 parent de8c46a commit 9dfaf99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ def test_document_parse(
)
documents = loader.load()
if split == "element":
assert len(documents) == 15
assert len(documents) == 14
else:
assert len(documents) == 1

0 comments on commit 9dfaf99

Please sign in to comment.