Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Nov 25, 2024
1 parent 569c76e commit f65808a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acvm-repo/acir_field/src/field_element.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ mod tests {
let field = FieldElement::<ark_bn254::Fr>::zero();
assert_eq!(field.num_bits(), 1);
}

proptest! {
#[test]
fn num_bits_agrees_with_ilog2(num in 1u128..) {
Expand Down

0 comments on commit f65808a

Please sign in to comment.