From 82da094c426d89d8e6b3008fa87ce39839a37ca0 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Thu, 14 Oct 2021 19:32:58 +0800 Subject: [PATCH] [skip ci] Improve test comments (#9903) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_search_20.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/python_client/testcases/test_search_20.py b/tests/python_client/testcases/test_search_20.py index 429e70965d..8e39348da3 100644 --- a/tests/python_client/testcases/test_search_20.py +++ b/tests/python_client/testcases/test_search_20.py @@ -212,7 +212,7 @@ class TestCollectionSearchInvalid(TestcaseBase): def test_search_param_invalid_field_type(self, get_invalid_fields_type): """ target: test search with invalid parameter type - method: search with invalid field + method: search with invalid field type expected: raise exception and report the error """ # 1. initialize with data @@ -231,7 +231,7 @@ class TestCollectionSearchInvalid(TestcaseBase): def test_search_param_invalid_field_value(self, get_invalid_fields_value): """ target: test search with invalid parameter values - method: search with invalid field + method: search with invalid field value expected: raise exception and report the error """ # 1. initialize with data @@ -302,7 +302,7 @@ class TestCollectionSearchInvalid(TestcaseBase): def test_search_param_invalid_limit_type(self, get_invalid_limit): """ target: test search with invalid limit type - method: search with invalid limit + method: search with invalid limit type expected: raise exception and report the error """ # 1. initialize with data