From 05ad242bc0b4a8e08a323bc4d77515a8ccdbf560 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Fri, 1 Oct 2021 20:31:36 +0800 Subject: [PATCH] [skip ci]Update test comments (#9000) Signed-off-by: yanliang567 --- 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 8e019f0a69..d0aa16f905 100644 --- a/tests/python_client/testcases/test_partition_20.py +++ b/tests/python_client/testcases/test_partition_20.py @@ -674,9 +674,9 @@ class TestPartitionOperations(TestcaseBase): @pytest.mark.tags(CaseLabel.L1) def test_partition_insert_dropped_partition(self): """ - target: verify insert data into dropped partition + target: verify insert data into a dropped partition method: 1.create a collection - 2. insert some data into dropped partition + 2. insert some data into a dropped partition expected: raise exception """ # create partition @@ -694,9 +694,9 @@ class TestPartitionOperations(TestcaseBase): @pytest.mark.tags(CaseLabel.L1) def test_partition_insert_dropped_collection(self): """ - target: verify insert data into dropped collection + target: verify insert data into a dropped collection method: 1.create a collection - 2. insert some data into dropped collection + 2. insert some data into a dropped collection expected: raise exception """ # create collection