From 0dcf232def4f2bdff1abcbd32397850de36f6f10 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Sun, 3 Oct 2021 20:01:56 +0800 Subject: [PATCH] [skip ci] Improve test comments (#9151) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_collection.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/python_client/testcases/test_collection.py b/tests/python_client/testcases/test_collection.py index b5c7350e44..e6fa5a1bda 100644 --- a/tests/python_client/testcases/test_collection.py +++ b/tests/python_client/testcases/test_collection.py @@ -2697,7 +2697,7 @@ class TestLoadCollection: def test_release_collection_not_existed(self, connect, collection): """ target: test release a not existed collection - method: release with a not existed collection anme + method: release with a not existed collection name expected: raise exception """ collection_name = gen_unique_str(uid_load) @@ -2883,7 +2883,7 @@ class TestReleaseAdvanced: """ target: test release collection during searching method: insert entities into collection, flush and load collection, release collection during searching - expected: + expected: raise exception """ nq = 1000 top_k = 1 @@ -2901,7 +2901,7 @@ class TestReleaseAdvanced: """ target: test release partition during searching method: insert entities into partition, flush and load partition, release partition during searching - expected: + expected: raise exception """ nq = 1000 top_k = 1