[skip e2e] Refine test comments (#13569)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2021-12-17 18:50:01 +08:00 committed by GitHub
parent f451befc66
commit cc057bb115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2128,9 +2128,9 @@ class TestCollectionSearch(TestcaseBase):
@pytest.mark.parametrize("round_decimal", [0, 1, 2, 3, 4, 5, 6])
def test_search_round_decimal(self, round_decimal):
"""
target: test search with invalid round decimal
method: search with invalid round decimal
expected: raise exception and report the error
target: test search with valid round decimal
method: search with valid round decimal
expected: search successfully
"""
import math
tmp_nb = 500