[skip e2e] Format the comment (#14874)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/14880/head
binbin 2022-01-05 18:01:20 +08:00 committed by GitHub
parent 0ed65a878f
commit 23ace19045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -510,7 +510,8 @@ class TestInsertOperation(TestcaseBase):
def test_insert_auto_id_create_index(self):
"""
target: test create index in auto_id=True collection
method: 1.create auto_id=True collection and insert 2.create index
method: 1.create auto_id=True collection and insert
2.create index
expected: index correct
"""
schema = cf.gen_default_collection_schema(auto_id=True)