Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushExel committed Dec 12, 2023
1 parent 232eaba commit b37e03f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_qdrant_filter():
@pytest.mark.skipif(not QDRANT_INSTALLED, reason="qdrant_client is not installed")
def test_qdrant_search():
client = QdrantClient(":memory:")
create_qdrant_from_dir(test_dir, client=client)
create_qdrant_from_dir(str(test_dir), client=client)

assert client.get_collection("all-my-documents")

Expand Down

0 comments on commit b37e03f

Please sign in to comment.