From fdb084348da5a37e941bc787388940838474f992 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Thu, 9 Dec 2021 15:46:02 +0800 Subject: [PATCH] [skip ci] Refine test comments (#13055) 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 faffac3f2..336587c0b 100644 --- a/tests/python_client/testcases/test_search_20.py +++ b/tests/python_client/testcases/test_search_20.py @@ -1837,7 +1837,7 @@ class TestCollectionSearch(TestcaseBase): # 4. search with different expressions expression = f"{default_bool_field_name} == {bool_type}" - log.info("test_search_with_expression_bool: searching with expression: %s" % expression) + log.info("test_search_with_expression_bool: searching with bool expression: %s" % expression) vectors = [[random.random() for _ in range(dim)] for _ in range(default_nq)] search_res, _ = collection_w.search(vectors[:default_nq], default_search_field, -- GitLab