From 5c90b7d5763f73bb847be27b4ccbc153fe08863d Mon Sep 17 00:00:00 2001 From: guoxiangzhou Date: Fri, 24 Dec 2021 13:04:23 +0800 Subject: [PATCH] [skip e2e] Modify code comments according to naming conventions (#14131) Signed-off-by: guoxiangzhou --- internal/proxy/task_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/proxy/task_test.go b/internal/proxy/task_test.go index cdc230ec18..12bbbf7b25 100644 --- a/internal/proxy/task_test.go +++ b/internal/proxy/task_test.go @@ -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") })