Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ejMina226 committed Jan 8, 2025
1 parent efaf83e commit fb2b353
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/protocol/test/BlockProver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ class RuntimeZkProgrammable
verify: program.verify.bind(program),
analyzeMethods: program.analyzeMethods.bind(program),
methods: {},
proofsEnabled: true,
proofsEnabled: program.proofsEnabled,
setProofsEnabled: program.setProofsEnabled.bind(program),
Proof: ZkProgram.Proof(program),
},
];
Expand Down

0 comments on commit fb2b353

Please sign in to comment.