mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Refine test comments (#15060)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/15087/head
parent
2fdd534bd4
commit
2ce266fdf3
|
@ -41,7 +41,8 @@ class TestInsertParams(TestcaseBase):
|
|||
def test_insert_dataframe_data(self):
|
||||
"""
|
||||
target: test insert DataFrame data
|
||||
method: 1.create 2.insert dataframe data
|
||||
method: 1.create collection
|
||||
2.insert dataframe data
|
||||
expected: assert num entities
|
||||
"""
|
||||
c_name = cf.gen_unique_str(prefix)
|
||||
|
|
Loading…
Reference in New Issue