Skip to content

Commit

Permalink
fix: orchestrator test (#11901)
Browse files Browse the repository at this point in the history
Please read [contributing guidelines](CONTRIBUTING.md) and remove this
line.
  • Loading branch information
LeilaWang authored Feb 11, 2025
1 parent 50cdb15 commit f1bb51c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ describe('prover/orchestrator', () => {
beforeEach(async () => {
context = await TestContext.new(logger);
({ prover, orchestrator, globalVariables } = context);
previousBlockHeader = context.getPreviousBlockHeader();
});

it('waits for block to be completed before enqueueing block root proof', async () => {
Expand Down

0 comments on commit f1bb51c

Please sign in to comment.