From bb717c9bd241b8f83a1451fad6d1ef5bf98f3837 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Mon, 11 Oct 2021 19:34:56 +0800 Subject: [PATCH] [skip ci]Remove useless comments and code (#9671) Signed-off-by: yanliang567 --- tests/python_client/testcases/test_collection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python_client/testcases/test_collection.py b/tests/python_client/testcases/test_collection.py index c7a746c99e..4fd8384364 100644 --- a/tests/python_client/testcases/test_collection.py +++ b/tests/python_client/testcases/test_collection.py @@ -2991,7 +2991,6 @@ class TestReleaseAdvanced: connect.release_collection(collection) with pytest.raises(Exception): res = connect.search(collection, **default_single_query) - # assert len(res[0]) == 0 def _test_release_collection_during_indexing(self, connect, collection): """