diff --git a/python/tests/test_rerankers.py b/python/tests/test_rerankers.py index 94264bd2..2436adcd 100644 --- a/python/tests/test_rerankers.py +++ b/python/tests/test_rerankers.py @@ -129,7 +129,7 @@ def test_linear_combination(tmp_path): table.search(vector=query_vector, text=query, query_type="vector").rerank( normalize="score" ) - + with pytest.raises(ValueError): table.search(vector=query_vector, text=query, query_type="fts").rerank( normalize="score"