Skip to content

Commit 120ff44

Browse files
authored
Fix typo in test_chroma_datastore.py (#247)
Initalize -> Initialize
1 parent 3623ab2 commit 120ff44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/datastore/providers/chroma/test_chroma_datastore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
def ephemeral_chroma_datastore() -> ChromaDataStore:
20-
# Initalize an ephemeral in-memory ChromaDB instance
20+
# Initialize an ephemeral in-memory ChromaDB instance
2121
return ChromaDataStore(
2222
collection_name=COLLECTION_NAME, in_memory=True, persistence_dir=None
2323
)

0 commit comments

Comments
 (0)