From 73bd56463221f76fb93f25e33d28e48656e2949b Mon Sep 17 00:00:00 2001 From: ThreadDao Date: Tue, 16 Nov 2021 21:23:11 +0800 Subject: [PATCH] [skip ci] Remove unused code (#11933) Signed-off-by: ThreadDao --- tests/python_client/check/func_check.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/python_client/check/func_check.py b/tests/python_client/check/func_check.py index bc4a0b3b5a..b6d361993f 100644 --- a/tests/python_client/check/func_check.py +++ b/tests/python_client/check/func_check.py @@ -246,9 +246,6 @@ class ResponseChecker: with_vec = check_items.get("with_vec", False) if exp_res and isinstance(query_res, list): assert pc.equal_entities_list(exp=exp_res, actual=query_res, with_vec=with_vec) - # assert len(exp_res) == len(query_res) - # for i in range(len(exp_res)): - # assert_entity_equal(exp=exp_res[i], actual=query_res[i]) @staticmethod def check_query_empty(query_res, func_name):