Skip to content

Commit

Permalink
fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Aug 13, 2022
1 parent 88dae49 commit e4d6d3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ describe("verify+import blocks - range sync perf test", () => {
config: state.config,
db,
logger,
// eslint-disable-next-line @typescript-eslint/no-empty-function
processShutdownCallback: () => {},
metrics: null,
anchorState: state,
eth1: new Eth1ForBlockProductionDisabled(),
Expand Down
2 changes: 2 additions & 0 deletions packages/beacon-node/test/spec/presets/fork_choice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ export const forkChoiceTest: TestRunnerFn<ForkChoiceTestCase, void> = (fork) =>
config: createIBeaconConfig(config, state.genesisValidatorsRoot),
db: getStubbedBeaconDb(),
logger,
// eslint-disable-next-line @typescript-eslint/no-empty-function
processShutdownCallback: () => {},
clock,
metrics: null,
anchorState,
Expand Down

0 comments on commit e4d6d3f

Please sign in to comment.