Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Mar 4, 2024
1 parent f3393e5 commit 541f614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/simulator/src/public/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('ACIR public execution simulator', () => {
);
await nullifierTree.init(1);
const initializationNullifier = siloNullifier(contractAddress, contractAddress.toField());
nullifierTree.appendLeaves([initializationNullifier.toBuffer()]);
await nullifierTree.appendLeaves([initializationNullifier.toBuffer()]);
header.state.partial.nullifierTree.root = Fr.fromBuffer(nullifierTree.getRoot(true));
commitmentsDb.getNullifierMembershipWitnessAtLatestBlock.mockImplementation(async nullifier => {
if (nullifier.equals(initializationNullifier)) {
Expand Down

0 comments on commit 541f614

Please sign in to comment.