[skip ci] Improve comments for test case (#11751)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2021-11-12 19:33:20 +08:00 committed by GitHub
parent 8d2cd421de
commit d6a6c2f1e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):
"""