Skip to content

Commit

Permalink
fix: add comment for test case
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Nov 8, 2023
1 parent 2956e90 commit fc44305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/index/job/save/service/indexer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ func Test_index_Start(t *testing.T) {
fields: fields{
client: &mockDiscovererClient{
GetAddrsFunc: func(_ context.Context) []string {
// NOTE: This function returns nil, meaning that the targetAddrs stored in the field are invalid values.
return nil
},
},
Expand Down

0 comments on commit fc44305

Please sign in to comment.