From 047850c869f4955623b1eab35fe204b3da774813 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Sat, 11 Sep 2021 17:06:01 +0800 Subject: [PATCH] [skip ci] Fix annotation (#7761) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_partition_20.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/python_client/testcases/test_partition_20.py b/tests/python_client/testcases/test_partition_20.py index 68aa295b94..38adbbc71d 100644 --- a/tests/python_client/testcases/test_partition_20.py +++ b/tests/python_client/testcases/test_partition_20.py @@ -585,7 +585,7 @@ class TestPartitionOperations(TestcaseBase): target: verify release an dropped partition method: 1.create a partition 2. drop the partition - 2. release the partition + 3. release the partition expected: raise exception """ # create partition @@ -605,7 +605,7 @@ class TestPartitionOperations(TestcaseBase): target: verify release an dropped collection method: 1.create a collection and partition 2. drop the collection - 2. release the partition + 3. release the partition expected: raise exception """ # create collection @@ -631,8 +631,8 @@ class TestPartitionOperations(TestcaseBase): target: verify release a partition after the collection released method: 1.create a collection and partition 2. insert some data - 2. release the collection - 2. release the partition + 3. release the collection + 4. release the partition expected: partition released successfully """ # create collection