From f47e5acae56cea386feb512470013e7efffa72d9 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Thu, 2 Dec 2021 22:21:56 +0800 Subject: [PATCH] [skip ci] Shorten long sentences (#12650) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_compaction.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_compaction.py b/tests/python_client/testcases/test_compaction.py index 4a67b693d9..4745dd042a 100644 --- a/tests/python_client/testcases/test_compaction.py +++ b/tests/python_client/testcases/test_compaction.py @@ -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}}