Skip to content

Commit e4d6d3f

Browse files
committed
fix more tests
1 parent 88dae49 commit e4d6d3f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/beacon-node/test/perf/chain/verifyImportBlocks.test.ts

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ describe("verify+import blocks - range sync perf test", () => {
9090
config: state.config,
9191
db,
9292
logger,
93+
// eslint-disable-next-line @typescript-eslint/no-empty-function
94+
processShutdownCallback: () => {},
9395
metrics: null,
9496
anchorState: state,
9597
eth1: new Eth1ForBlockProductionDisabled(),

packages/beacon-node/test/spec/presets/fork_choice.ts

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ export const forkChoiceTest: TestRunnerFn<ForkChoiceTestCase, void> = (fork) =>
7474
config: createIBeaconConfig(config, state.genesisValidatorsRoot),
7575
db: getStubbedBeaconDb(),
7676
logger,
77+
// eslint-disable-next-line @typescript-eslint/no-empty-function
78+
processShutdownCallback: () => {},
7779
clock,
7880
metrics: null,
7981
anchorState,

0 commit comments

Comments
 (0)