From 0e56ce2d9f40be3c13c16a9088771fd8508373c8 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Tue, 28 Dec 2021 13:46:04 +0800 Subject: [PATCH] [skip e2e] Refine code comments (#14405) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_search_20.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_search_20.py b/tests/python_client/testcases/test_search_20.py index 204e82ffc9..25276e3dd1 100644 --- a/tests/python_client/testcases/test_search_20.py +++ b/tests/python_client/testcases/test_search_20.py @@ -2726,7 +2726,7 @@ class TestSearchBase: def test_search_distance_hamming_flat_index(self, connect, binary_collection): """ target: search binary_collection, and check the result: distance - method: compare the return distance value with value computed with Inner product + method: compare the return distance with that computed with Inner product expected: the return distance equals to the computed value """ nq = 1