mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Modify code comments according to naming conventions (#14131)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user