From 7cde4b2d0bc01f9330416fae54b5cc3b4375b3e2 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Fri, 3 Dec 2021 15:23:33 +0800 Subject: [PATCH] [skip ci]Update test comments (#12700) Signed-off-by: yanliang567 --- tests/python_client/testcases/test_partition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_partition.py b/tests/python_client/testcases/test_partition.py index b3b706c368..2268d3590d 100644 --- a/tests/python_client/testcases/test_partition.py +++ b/tests/python_client/testcases/test_partition.py @@ -486,7 +486,7 @@ class TestNewCase(object): def test_drop_default_partition_B(self, connect, collection): """ target: test drop partition of default, check status returned - method: call function: drop_partition + method: call function drop_partition after manual create the default partition expected: status not ok """ connect.create_partition(collection, default_tag)