[skip ci] Fix typo in test comments (#10663)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/10693/head
binbin 2021-10-26 20:13:43 +08:00 committed by GitHub
parent d02bb25d21
commit 94fd4ec59b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ class TestInsertBase:
def test_insert_partition_repeatedly(self, connect, collection):
"""
target: test insert entities in collection created before
method: create collection and insert entities in it repeatly, with the partition_name param
method: create collection and insert entities in it repeatedly, with the partition_name param
expected: the collection row count equals to nq
"""
connect.create_partition(collection, default_tag)