Skip to content

Commit

Permalink
rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
micpst committed Oct 7, 2024
1 parent 44e1cf4 commit 36a734a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from ragbits.document_search.documents.sources import LocalFileSource


async def test_simple_vector_store():
async def test_in_memory_vector_store():
store = InMemoryVectorStore()

document_meta = DocumentMeta(document_type=DocumentType.TXT, source=LocalFileSource(path=Path("test.txt")))
Expand Down

0 comments on commit 36a734a

Please sign in to comment.