mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
[skip ci] Improve comments for test case (#11751)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
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
Block a user