Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
silathdiir committed Oct 31, 2024
1 parent d5c9e24 commit 5ce5ca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mp2-v1/tests/common/rowtree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ impl TestContext {
value,
multiplier,
// TODO: row_unique_data
HashOut::rand(),
HashOut::rand().into(),
cell_tree_proof,
)
.unwrap(),
Expand Down Expand Up @@ -190,7 +190,7 @@ impl TestContext {
multiplier,
context.left.is_some(),
// TODO: row_unique_data
HashOut::rand(),
HashOut::rand().into(),
child_proof,
cell_tree_proof,
)
Expand Down Expand Up @@ -234,7 +234,7 @@ impl TestContext {
value,
multiplier,
// TODO: row_unique_data
HashOut::rand(),
HashOut::rand().into(),
left_proof,
right_proof,
cell_tree_proof,
Expand Down

0 comments on commit 5ce5ca5

Please sign in to comment.