diff --git a/llama-index-python-vectorstore/patches/pin-test-output.patch b/llama-index-python-vectorstore/patches/pin-test-output.patch deleted file mode 100644 index a20f8e3..0000000 --- a/llama-index-python-vectorstore/patches/pin-test-output.patch +++ /dev/null @@ -1,13 +0,0 @@ -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) - -