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 017de59 commit efc45f4
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 @@ -46,7 +46,7 @@ pub(crate) unconstrained fn create_note_and_nullify_it() -> (&mut TestEnvironmen
let context = &mut env.private();

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

destroy_note(context, retrieved_note, NOTE_STORAGE_SLOT);

Expand Down

0 comments on commit efc45f4

Please sign in to comment.