Skip to content

Commit 0b82bbf

Browse files
committed
INTPYTHON-450 Patch llama index test
1 parent 6ded93f commit 0b82bbf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/tests/test_vectorstore.py b/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/tests/test_vectorstore.py
2+
index b48869690..a803fb668 100644
3+
--- a/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/tests/test_vectorstore.py
4+
+++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/tests/test_vectorstore.py
5+
@@ -20,7 +20,7 @@ from .conftest import lock
6+
7+
def test_documents(documents: List[Document]) -> None:
8+
"""Sanity check essay was found and documents loaded."""
9+
- assert len(documents) == 23
10+
+ assert len(documents) == 25
11+
assert isinstance(documents[0], Document)
12+
13+

0 commit comments

Comments
 (0)