From c7d4928df14835c142b839c46980ffcce5d3d01d Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Thu, 18 Nov 2021 21:22:20 +0800 Subject: [PATCH] [skip ci] Improve test comments (#12099) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_collection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_collection.py b/tests/python_client/testcases/test_collection.py index 9e911f8e51..ee192d5dd7 100644 --- a/tests/python_client/testcases/test_collection.py +++ b/tests/python_client/testcases/test_collection.py @@ -1563,7 +1563,7 @@ class TestCollectionMultiCollections: """ target: test collection rows_count is correct or not with multiple collections of JACCARD method: create collection and add entities in it, - assert the value returned by count_entities method is equal to length of entities + assert the value returned by count_entities method is equal to length of entities expected: the count is equal to the length of entities """ collection_list = []