Skip to content

Commit

Permalink
Update integrations/chroma/tests/test_document_store.py
Browse files Browse the repository at this point in the history
Co-authored-by: Silvano Cerza <[email protected]>
  • Loading branch information
Amnah199 and silvanocerza authored Jul 8, 2024
1 parent 21fa63e commit 0ab48ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/chroma/tests/test_document_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_delete_not_empty_nonexisting(self, document_store: ChromaDocumentStore)

assert document_store.filter_documents(filters={"id": doc.id}) == [doc]

def test_document_store_search(self):
def test_search(self):
document_store = ChromaDocumentStore()
documents = [
Document(content="First document", meta={"author": "Author1"}),
Expand Down

0 comments on commit 0ab48ff

Please sign in to comment.