Skip to content

Commit 2172b9f

Browse files
committed
typo
1 parent 2278f25 commit 2172b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ def test_query_normalize_cosine_distance(index, normalized_vector_query):
621621
assert 0 <= float(r["vector_distance"]) <= 1
622622

623623

624-
def test_query_normalize_cosine_distance_ip_distance(L2_index, normalized_vector_query):
624+
def test_query_normalize_cosine_distance_lp_distance(L2_index, normalized_vector_query):
625625

626626
res = L2_index.query(normalized_vector_query)
627627

0 commit comments

Comments
 (0)