[skip e2e] Modify code comments according to naming conventions (#14131)

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
pull/14164/head
guoxiangzhou 2021-12-24 13:04:23 +08:00 committed by GitHub
parent f6046dabd4
commit 5c90b7d576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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