Skip to content

Commit

Permalink
chore: formatting 💀
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Apr 16, 2024
1 parent 1922508 commit 9913ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion yarn-project/end-to-end/src/e2e_state_vars.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ describe('e2e_state_vars', () => {
await contract.methods.match_shared_immutable(c.account, c.points).send().wait();
});


it('public multiread of SharedImmutable', async () => {
// Reads the value using an unconstrained function checking the return values with:
// 1. A constrained public function that reads 5 times directly (going beyond the previous 4 Field return value)
Expand Down
4 changes: 2 additions & 2 deletions yarn-project/simulator/src/public/avm_executor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ describe('AVM WitGen and Proof Generation', () => {
const valid = await executor.verifyAvmProof(vk, proof);
expect(valid).toBe(true);
},
60 * 1000,
); // 60 seconds should be enough to generate the proof with 16-bit range checks
120 * 1000,
); // 120 seconds should be enough to generate the proof with 16-bit range checks
});

0 comments on commit 9913ca8

Please sign in to comment.