Skip to content

Commit 8496d7d

Browse files
committed
fix tests
1 parent 36daee4 commit 8496d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_async_vectorstore_search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,5 +846,5 @@ async def test_hybrid_search_without_tsv_column(self, engine):
846846
# Expect results based purely on FTS search for "orange fruit"
847847
assert len(result_ids_with_tsv_column) == 1
848848
assert len(result_ids_without_tsv_column) == 1
849-
assert result_ids_with_tsv_column[0] == "hs_doc_apple_tech"
850-
assert result_ids_without_tsv_column[0] == "hs_doc_apple_tech"
849+
assert result_ids_with_tsv_column[0] == "hs_doc_apple_fruit"
850+
assert result_ids_without_tsv_column[0] == "hs_doc_apple_fruit"

0 commit comments

Comments
 (0)