Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Laine committed Jul 5, 2024
1 parent 64617d0 commit 9b1b45d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firewood/src/merkle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,8 @@ mod tests {
merkle.insert(key, Box::from(*val)).unwrap();
}

let mut merkle = merkle.freeze().unwrap();

let root_hash = merkle.root_hash().unwrap();

for (key, value) in kvs {
Expand Down

0 comments on commit 9b1b45d

Please sign in to comment.