Fix compile error: dup code (#23466)

Signed-off-by: yah01 <yang.cen@zilliz.com>
pull/23473/head
yah01 2023-04-17 17:30:29 +08:00 committed by GitHub
parent f63d52944f
commit df97bdfa31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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)