mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Format the comment (#14874)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/14880/head
parent
0ed65a878f
commit
23ace19045
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue