From d6a6c2f1e5c9c1d10eddc9acd8bbd11e301d3a1f Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Fri, 12 Nov 2021 19:33:20 +0800 Subject: [PATCH] [skip ci] Improve comments for test case (#11751) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_delete.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_delete.py b/tests/python_client/testcases/test_delete.py index f295f48b41..f7746944e0 100644 --- a/tests/python_client/testcases/test_delete.py +++ b/tests/python_client/testcases/test_delete.py @@ -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): """