[skip ci] Shorten long sentences (#12650)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/12666/head
binbin 2021-12-02 22:21:56 +08:00 committed by GitHub
parent 9c6dce00ba
commit f47e5acae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -404,7 +404,8 @@ class TestCompactionOperation(TestcaseBase):
search_params, ct.default_limit,
check_task=CheckTasks.err_res,
check_items={ct.err_code: 1,
ct.err_msg: "Metric type of field index isn't the same with search info"})
ct.err_msg: "Metric type of field index isn't "
"the same with search info"})
# verify search result
search_params = {"metric_type": "JACCARD", "params": {"nprobe": 10}}