[skip ci] Improve test case name (#8460)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/8170/head
binbin 2021-09-24 16:12:19 +08:00 committed by GitHub
parent c412fd76b6
commit 761b988905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -161,9 +161,9 @@ class TestPartitionParams(TestcaseBase):
assert collection.name == partition_w.name
@pytest.mark.tags(CaseLabel.L1)
def test_partition_maxlength_name(self):
def test_partition_max_length_name(self):
"""
target: verify create a partition with maxlength(256) name
target: verify create a partition with max length(256) name
method: 1. create a partition with max length names
expected: 1. raise exception
"""