From 622163f2a30f231fb6fd0fbafaf4e041a1830d4b Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Tue, 7 Dec 2021 14:10:58 +0800 Subject: [PATCH] [skip ci]Update comments in test collection (#12838) Signed-off-by: yanliang567 --- 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 77d9a6f728..d3c25a737d 100644 --- a/tests/python_client/testcases/test_collection.py +++ b/tests/python_client/testcases/test_collection.py @@ -1477,7 +1477,7 @@ class TestCollectionCountBinary: """ target: test count_entities, after index have been created method: add vectors in db, and create index, then calling count_entities with correct params - expected: count_entities raise exception + expected: count_entities equals entities count just inserted """ raw_vectors, entities = gen_binary_entities(insert_count) connect.insert(binary_collection, entities)