From fa97f3ff46845805f378dc8109578ba5c8fba3bd Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Wed, 29 Sep 2021 19:13:15 +0800 Subject: [PATCH] [skip ci]Update test comments (#8817) Signed-off-by: yanliang567 --- 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 1505c145ad..d55b017a36 100644 --- a/tests/python_client/testcases/test_partition_20.py +++ b/tests/python_client/testcases/test_partition_20.py @@ -290,7 +290,7 @@ class TestPartitionParams(TestcaseBase): cf.gen_default_tuple_data(10)]) def test_partition_insert(self, data): """ - target: verify insert multi entities by dataFrame + target: verify insert multi entities method: 1. create a collection and a partition 2. partition.insert(data) 3. insert data again