Skip to content

Commit

Permalink
fix: miri
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Dec 18, 2023
1 parent c9785e0 commit 8b3db2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hash_builder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ mod tests {
}

#[test]
#[cfg_attr(miri, ignore = "no proptest")]
fn arbitrary_hashed_root() {
proptest!(|(state: BTreeMap<B256, U256>)| {
assert_hashed_trie_root(state.iter());
Expand Down

0 comments on commit 8b3db2b

Please sign in to comment.