mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
Fix compile error: dup code (#23466)
Signed-off-by: yah01 <yang.cen@zilliz.com>
This commit is contained in:
parent
f63d52944f
commit
df97bdfa31
@ -229,9 +229,6 @@ func TestHelloMilvus(t *testing.T) {
|
||||
params := make(map[string]int)
|
||||
params["nprobe"] = nprobe
|
||||
|
||||
params := make(map[string]int)
|
||||
params["nprobe"] = nprobe
|
||||
|
||||
searchReq := constructSearchRequest("", collectionName, expr,
|
||||
floatVecField, distance.L2, params, nq, dim, topk, roundDecimal)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user