Skip to content

Commit

Permalink
fix event syncer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Oct 15, 2024
1 parent 3c5914d commit 64e00f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth/eventsyncer/event_syncer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ func setupEventHandler(
bc := beacon.NewMockBeaconNode(ctrl)
validatorCtrl := validator.NewController(logger, validator.ControllerOptions{
Context: ctx,
NetworkConfig: testNetworkConfig,
DB: db,
RegistryStorage: nodeStorage,
OperatorDataStore: operatorDataStore,
Expand Down

0 comments on commit 64e00f6

Please sign in to comment.