Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Oct 10, 2023
1 parent 0796756 commit 69db726
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/validator/test/unit/services/block.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ describe("BlockDutiesService", function () {
});

const clock = new ClockMock();
const blockService = new BlockProposingService(config, loggerVc, api, clock, validatorStore, null);
// use produceBlockV3
const blockService = new BlockProposingService(config, loggerVc, api, clock, validatorStore, null, true);

const signedBlock = ssz.phase0.SignedBeaconBlock.defaultValue();
validatorStore.signRandao.resolves(signedBlock.message.body.randaoReveal);
Expand Down

0 comments on commit 69db726

Please sign in to comment.