mirror of https://github.com/milvus-io/milvus.git
[skip ci]Remove useless comments (#9379)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/9421/head
parent
05c708ab31
commit
4328a59df4
|
@ -418,8 +418,8 @@ class TestPartitionOperations(TestcaseBase):
|
|||
def test_partition_drop_default_partition(self):
|
||||
"""
|
||||
target: verify drop the _default partition
|
||||
method: 1. drop the _default partition
|
||||
expected: 1. raise exception
|
||||
method: drop the _default partition
|
||||
expected: raise exception
|
||||
"""
|
||||
# create collection
|
||||
collection_w = self.init_collection_wrap()
|
||||
|
|
Loading…
Reference in New Issue