Skip to content

Commit

Permalink
Fix simulator unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Oct 30, 2024
1 parent 44d89a6 commit 3335fea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ describe('Private Execution test suite', () => {
const artifact = getFunctionArtifact(TestContractArtifact, 'consume_mint_private_message');
let bridgedAmount = 100n;

const l1ToL2MessageIndex = 1;
const l1ToL2MessageIndex = 0;
const secretHashForRedeemingNotes = new Fr(2n);
let secretForL1ToL2MessageConsumption = new Fr(1n);

Expand Down

0 comments on commit 3335fea

Please sign in to comment.