[skip ci] Improve test comments (#9903)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/9911/head
binbin 2021-10-14 19:32:58 +08:00 committed by GitHub
parent 1df7459346
commit 82da094c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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