From f1bb51c9bb6063d52bfd2dafe5faf9476b4bbff0 Mon Sep 17 00:00:00 2001 From: Leila Wang Date: Tue, 11 Feb 2025 11:21:31 +0000 Subject: [PATCH] fix: orchestrator test (#11901) Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. --- .../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 1694503cff5..666189b3f23 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 () => {