mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 12:29:36 +08:00
[skip ci] Fix typo error (#8289)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
82636f6157
commit
004b5f94eb
@ -1056,7 +1056,7 @@ class TestIndexBinary:
|
|||||||
def test_create_index_invalid_metric_type_binary(self, connect, binary_collection, get_l2_index):
|
def test_create_index_invalid_metric_type_binary(self, connect, binary_collection, get_l2_index):
|
||||||
"""
|
"""
|
||||||
target: test create index interface with invalid metric type
|
target: test create index interface with invalid metric type
|
||||||
method: add entitys into binary connection, flash, create index with L2 metric type.
|
method: add entities into binary collection, flush, create index with L2 metric type.
|
||||||
expected: return create_index failure
|
expected: return create_index failure
|
||||||
"""
|
"""
|
||||||
# insert 6000 vectors
|
# insert 6000 vectors
|
||||||
|
Loading…
Reference in New Issue
Block a user