Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jan 2, 2025
1 parent 9d1ba2c commit b038e11
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions noir-projects/noir-contracts/contracts/test_contract/src/test.nr
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
use crate::{ValueNote_737700206_EXPORTS};

#[test]
unconstrained fn test_note_type_id() {
let expected_value_note_type_id = 0;

// TODO(benesjan): too tired to finish today

assert_eq(ValueNote_737700206_EXPORTS[0])
}

0 comments on commit b038e11

Please sign in to comment.