Skip to content

Commit

Permalink
fix: slow tree test more lenient
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Nov 28, 2023
1 parent 1cb5e12 commit 801fb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_slow_tree.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe('e2e_slow_tree', () => {
);
await wallet.addCapsule(getMembershipCapsule({ ...zeroProof, value: new Fr(0) }));
await expect(contract.methods.read_at(key).simulate()).rejects.toThrowError(
'Assertion failed: Root does not match expected',
/Assertion failed: Root does not match expected/,
);

logger(`"Reads" tree[${key}], expect to be 1`);
Expand Down

0 comments on commit 801fb6f

Please sign in to comment.