Skip to content

Commit

Permalink
Update noir-projects/aztec-nr/aztec/src/utils/with_hash.nr
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolás Venturo <[email protected]>
  • Loading branch information
benesjan and nventuro authored Feb 5, 2025
1 parent b27e0ac commit faac2b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions noir-projects/aztec-nr/aztec/src/utils/with_hash.nr
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,8 @@ mod test {
assert_eq(recovered.hash, poseidon2_hash(value.pack()));
}

// Test reading an uninitialized value
#[test]
unconstrained fn test_reading_uninitialized_value() {
unconstrained fn read_uninitialized_value() {
let mut env = TestEnvironment::new();

let block_header = env.private_at(6).historical_header;
Expand Down

0 comments on commit faac2b8

Please sign in to comment.