Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed Feb 2, 2024
1 parent 371e107 commit 9fbb951
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/noir-ethereum-api/test/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ describe.concurrent(
expect(await verifyStorageProof(proofData)).toEqual(true);
});

it('proof fails: invalid proof', async () => {
updateNestedField(inputMap, ['return', 'proof', '0'], incHexStr);
it('proof fails: invalid nonce', async () => {
updateNestedField(inputMap, ['return', 'nonce'], incHexStr);
const witnessMap = abiEncode(circuit.abi, inputMap, inputMap['return']);
const proofData = {
proof,
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ __metadata:
"@noir-lang/acvm_js@npm:0.38.0-179c90d.nightly":
version: 0.38.0-179c90d.nightly
resolution: "@noir-lang/acvm_js@npm:0.38.0-179c90d.nightly"
checksum: 10c0/9e0e2f8c97348faa49383f97e1032d02a98be76c01e312b84403aac25581f1be108daee06d5a0020fd3d59366ae53e2f0837ddc1fcb68100900307977234a5cb
checksum: 10c0/3249aad7f513780804dc5bcc56356178b046697299068f4289ba94922a5d3cfc817d69d2fbf630a3de78f367ecc7424bb90f31c19e152875c7e0727b97d9d60d
languageName: node
linkType: hard

Expand Down

0 comments on commit 9fbb951

Please sign in to comment.