[skip ci] Refine test comments (#13055)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/13052/head
binbin 2021-12-09 15:46:02 +08:00 committed by GitHub
parent cef343f24d
commit fdb084348d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,