Skip to content

Commit

Permalink
INTPYTHON-450 Patch llama index test
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 16, 2024
1 parent 6ded93f commit 0b82bbf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions llama-index-python-vectorstore/patches/pin-test-output.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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
index b48869690..a803fb668 100644
--- 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
@@ -20,7 +20,7 @@ from .conftest import lock

def test_documents(documents: List[Document]) -> None:
"""Sanity check essay was found and documents loaded."""
- assert len(documents) == 23
+ assert len(documents) == 25
assert isinstance(documents[0], Document)


0 comments on commit 0b82bbf

Please sign in to comment.