mirror of https://github.com/milvus-io/milvus.git
[skip ci] Improve comments for test case (#8199)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/8203/head
parent
85a28a9847
commit
d88fa6338a
|
@ -3062,8 +3062,8 @@ class TestLoadPartition:
|
|||
@pytest.mark.tags(CaseLabel.L0)
|
||||
def test_release_partition_not_load(self, connect, collection):
|
||||
"""
|
||||
target: test release collection without load
|
||||
method:
|
||||
target: test release partition without load
|
||||
method: release partition without load
|
||||
expected: raise exception
|
||||
"""
|
||||
connect.create_partition(collection, default_tag)
|
||||
|
|
Loading…
Reference in New Issue