Skip to content

Commit

Permalink
fix test (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
inahjeon authored Nov 29, 2024
1 parent c4db226 commit de8c46a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/upstage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-upstage"
version = "0.4.0rc0"
version = "0.4.0rc1"
description = "An integration package connecting Upstage and LangChain"
authors = []
readme = "README.md"
Expand Down
Binary file added libs/upstage/tests/.DS_Store
Binary file not shown.
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) == 14
assert len(documents) == 15
else:
assert len(documents) == 1

0 comments on commit de8c46a

Please sign in to comment.