Skip to content

Commit

Permalink
Update noir-projects/aztec-nr/aztec/src/history/test.nr
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Beneš <janbenes1234@gmail.com>
  • Loading branch information
sklppy88 and benesjan authored Feb 27, 2025
1 parent 39ce36d commit 017de59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir-projects/aztec-nr/aztec/src/history/test.nr
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub(crate) unconstrained fn create_note() -> (&mut TestEnvironment, RetrievedNot
let context = &mut env.private();

// We sanity check that we are building block 2, thus block 2 is where the note will be added.
assert_eq(env.pending_block_number(), 2);
assert_eq(env.pending_block_number(), NOTE_CREATED_AT);

let contract_address = get_contract_address();

Expand Down

0 comments on commit 017de59

Please sign in to comment.