mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Fix typos in case name (#14980)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/15002/head
parent
1baa2cc7c4
commit
3d8c0844dd
|
@ -272,7 +272,7 @@ class TestPartitionParams(TestcaseBase):
|
|||
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_load_partiton_after_load_partition(self):
|
||||
def test_load_partition_after_load_partition(self):
|
||||
"""
|
||||
target: test release the partiton after load partition
|
||||
method: load partition1 and release the partition1
|
||||
|
|
Loading…
Reference in New Issue