mirror of https://github.com/milvus-io/milvus.git
[skip ci] Improve comments for test case (#11751)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/11642/head
parent
8d2cd421de
commit
d6a6c2f1e5
|
@ -64,7 +64,7 @@ class TestDeleteParams(TestcaseBase):
|
|||
error = {ct.err_code: 0, ct.err_msg: "should create connect first"}
|
||||
collection_w.delete(expr=tmp_expr, check_task=CheckTasks.err_res, check_items=error)
|
||||
|
||||
# Not MilvusException
|
||||
# Not Milvus Exception
|
||||
@pytest.mark.tags(CaseLabel.L1)
|
||||
def test_delete_expr_none(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue