From a5e6b31cea3e1d25e28120120fac78acc33acee3 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Mon, 8 Nov 2021 13:58:58 +0800 Subject: [PATCH] [skip ci] Shorten long sentences (#11416) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_partition.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_partition.py b/tests/python_client/testcases/test_partition.py index 3ac7a649ea..fc13c67caf 100644 --- a/tests/python_client/testcases/test_partition.py +++ b/tests/python_client/testcases/test_partition.py @@ -180,7 +180,8 @@ class TestCreateBase: @pytest.mark.tags(CaseLabel.L2) def test_create_partition_insert_same_tags_two_collections(self, connect, collection): """ - target: test create two partitions, and insert vectors with the same tag to each collection, check status returned + target: test create two partitions, and insert vectors with the same tag to + each collection, check status returned method: call function: create_partition expected: status ok, collection length is correct """