[skip ci] Fix spelling errors (#7786)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/7799/head
binbin 2021-09-13 16:08:02 +08:00 committed by GitHub
parent e2c15d5b01
commit f99d4f693f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ class TestFlushBase:
@pytest.mark.tags(CaseLabel.L2)
def test_add_partition_flush(self, connect, id_collection):
'''
method: add entities into partition in collection, flush serveral times
method: add entities into partition in collection, flush several times
expected: the length of ids and the collection row count
'''
connect.create_partition(id_collection, default_tag)
@ -173,7 +173,7 @@ class TestFlushBase:
@pytest.mark.tags(CaseLabel.L0)
def test_add_flush_multiable_times(self, connect, collection):
'''
method: add entities, flush serveral times
method: add entities, flush several times
expected: no error raised
'''
result = connect.insert(collection, default_entities)
@ -237,7 +237,7 @@ class TestFlushBase:
@pytest.mark.tags(CaseLabel.L0)
def test_delete_flush_multiable_times(self, connect, collection):
'''
method: delete entities, flush serveral times
method: delete entities, flush several times
expected: no error raised
'''
result = connect.insert(collection, default_entities)