Skip to content

Commit 6f97358

Browse files
committed
Fix test
1 parent 904d84e commit 6f97358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index/test_index_search_meilisearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,4 +464,4 @@ def test_vector_search(index_with_documents_and_vectors):
464464
response = index_with_documents_and_vectors().search(
465465
"", opt_params={"vector": [0.1, 0.2], "hybrid": {"semanticRatio": 1.0}}
466466
)
467-
assert response["vector"] == [0.1, 0.2]
467+
assert response["hits"] == []

0 commit comments

Comments
 (0)