Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ensi321 committed Mar 18, 2024
1 parent 1b233c3 commit e55fa43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/beacon-node/test/mocks/mockedBeaconChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ vi.mock("../../src/chain/chain.js", async (importActual) => {
beaconProposerCache: new BeaconProposerCache(),
shufflingCache: new ShufflingCache(),
produceCommonBlockBody: vi.fn(),
getProposerHead: vi.fn(),
produceBlock: vi.fn(),
produceBlindedBlock: vi.fn(),
getCanonicalBlockAtSlot: vi.fn(),
Expand Down

0 comments on commit e55fa43

Please sign in to comment.