Skip to content

Commit

Permalink
Fix typo in test_chroma_datastore.py (openai#247)
Browse files Browse the repository at this point in the history
Initalize -> Initialize
  • Loading branch information
eltociear authored May 15, 2023
1 parent 3623ab2 commit 120ff44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/datastore/providers/chroma/test_chroma_datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


def ephemeral_chroma_datastore() -> ChromaDataStore:
# Initalize an ephemeral in-memory ChromaDB instance
# Initialize an ephemeral in-memory ChromaDB instance
return ChromaDataStore(
collection_name=COLLECTION_NAME, in_memory=True, persistence_dir=None
)
Expand Down

0 comments on commit 120ff44

Please sign in to comment.