From d88fa6338aba1a0176746031a481d516ab41ce06 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Sat, 18 Sep 2021 11:31:50 +0800 Subject: [PATCH] [skip ci] Improve comments for test case (#8199) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_collection.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python_client/testcases/test_collection.py b/tests/python_client/testcases/test_collection.py index ae3e5b079e..7e82fa902f 100644 --- a/tests/python_client/testcases/test_collection.py +++ b/tests/python_client/testcases/test_collection.py @@ -3062,8 +3062,8 @@ class TestLoadPartition: @pytest.mark.tags(CaseLabel.L0) def test_release_partition_not_load(self, connect, collection): """ - target: test release collection without load - method: + target: test release partition without load + method: release partition without load expected: raise exception """ connect.create_partition(collection, default_tag)