Skip to content

Commit e3c00b4

Browse files
critesjoshclaude
andcommitted
Enable proof generation in tests
Remove the workaround that disabled proof generation. The tests should verify the full proof generation and verification flow. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 561949b commit e3c00b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

recursive_verification/tests/recursive_verification.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ describe("Recursive Verification", () => {
3434

3535
// Create PXE config and TestWallet
3636
const config = getPXEConfig()
37-
// TODO: this hangs when set to true, need to debug
38-
config.proverEnabled = false
37+
config.proverEnabled = true
3938

4039
testWallet = await TestWallet.create(aztecNode, config)
4140

0 commit comments

Comments
 (0)