mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify code comments according to naming conventions (#14131)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/14164/head
parent
f6046dabd4
commit
5c90b7d576
|
@ -2836,7 +2836,7 @@ func TestSearchTask_PreExecute(t *testing.T) {
|
|||
assert.Error(t, task.PreExecute(ctx))
|
||||
task.query.PartitionNames = nil
|
||||
|
||||
// mock show collections of query coord
|
||||
// mock show collections of QueryCoord
|
||||
qc.SetShowCollectionsFunc(func(ctx context.Context, request *querypb.ShowCollectionsRequest) (*querypb.ShowCollectionsResponse, error) {
|
||||
return nil, errors.New("mock")
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue