Skip to content

Commit

Permalink
createMockAggregator: unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodeymo committed Nov 12, 2024
1 parent 5005257 commit ba4761c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator/aggregator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func TestSendNewTask(t *testing.T) {
}

func createMockAggregator(
mockCtrl *gomock.Controller, operatorPubkeyDict map[sdktypes.OperatorId]types.OperatorInfo,
mockCtrl *gomock.Controller, _ map[sdktypes.OperatorId]types.OperatorInfo,
) (*Aggregator, *chainiomocks.MockAvsWriterer, *MockBlsAggregationService, error) {
logger := testutils.GetTestLogger()
mockAvsWriter := chainiomocks.NewMockAvsWriterer(mockCtrl)
Expand Down

0 comments on commit ba4761c

Please sign in to comment.