[skip ci] Improve long code sentence (#10096)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/10051/head
binbin 2021-10-18 16:50:43 +08:00 committed by GitHub
parent 5854dc9aab
commit 2fc8085e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -200,7 +200,8 @@ class TestInsertBase:
def test_insert_ids(self, connect, id_collection, insert_count):
"""
target: test insert entities in collection, use customize ids
method: create collection and insert entities in it, check the ids returned and the collection length after entities inserted
method: create collection and insert entities in it, check the ids returned and
the collection length after entities inserted
expected: the length of ids and the collection row count
"""
nb = insert_count
@ -219,7 +220,8 @@ class TestInsertBase:
def test_insert_the_same_ids(self, connect, id_collection, insert_count):
"""
target: test insert vectors in collection, use customize the same ids
method: create collection and insert vectors in it, check the ids returned and the collection length after vectors inserted
method: create collection and insert vectors in it, check the ids returned and
the collection length after vectors inserted
expected: the length of ids and the collection row count
"""
nb = insert_count