diff --git a/yarn-project/end-to-end/src/prover-coordination/e2e_prover_coordination.test.ts b/yarn-project/end-to-end/src/prover-coordination/e2e_prover_coordination.test.ts index 6ec6832ff53..bf0cf8934e0 100644 --- a/yarn-project/end-to-end/src/prover-coordination/e2e_prover_coordination.test.ts +++ b/yarn-project/end-to-end/src/prover-coordination/e2e_prover_coordination.test.ts @@ -128,6 +128,10 @@ describe('e2e_prover_coordination', () => { await performEscrow(10000000n); }); + afterEach(async () => { + await snapshotManager.teardown(); + }); + const expectProofClaimOnL1 = async (expected: { epochToProve: bigint; basisPointFee: number;