Fix compile error: dup code (#23466)

Signed-off-by: yah01 <yang.cen@zilliz.com>
This commit is contained in:
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

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)