From f6370ded2e560307dee9a8308711f35bb02db9ff Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Fri, 3 Dec 2021 13:43:38 +0800 Subject: [PATCH] [skip ci] Modify test comments (#12686) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_partition_20.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_partition_20.py b/tests/python_client/testcases/test_partition_20.py index 527fab6b5c..1e71eb3570 100644 --- a/tests/python_client/testcases/test_partition_20.py +++ b/tests/python_client/testcases/test_partition_20.py @@ -443,7 +443,7 @@ class TestPartitionOperations(TestcaseBase): method: 1.create a partition with default schema 2. drop the partition 3. drop the same partition again - expected: raise exception when 2nd time + expected: raise exception for 2nd time """ # create collection collection_w = self.init_collection_wrap()