From 6800f440fd4feaada747fe6dd1e1f0601b4ea16f Mon Sep 17 00:00:00 2001 From: Leila Wang Date: Tue, 11 Feb 2025 10:52:20 +0000 Subject: [PATCH] Fix. --- .../prover-client/src/orchestrator/orchestrator_workflow.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/yarn-project/prover-client/src/orchestrator/orchestrator_workflow.test.ts b/yarn-project/prover-client/src/orchestrator/orchestrator_workflow.test.ts index 1694503cff5b..666189b3f230 100644 --- a/yarn-project/prover-client/src/orchestrator/orchestrator_workflow.test.ts +++ b/yarn-project/prover-client/src/orchestrator/orchestrator_workflow.test.ts @@ -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 () => {