Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Sep 20, 2024
1 parent dc06282 commit f0d11e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/src/map/fixed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ mod tests {
ruint::const_for!(N in [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
32, 47, 48, 49, 63, 64, 127, 128, 256, 512, 1024, 2048, 4096] {
assert_ne!(hash_zero::<N>(), 0);
let _ = hash_zero::<N>();
});
}
}

0 comments on commit f0d11e8

Please sign in to comment.