Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Nov 17, 2023
1 parent 2eeb4b9 commit 34d01ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/starknet-types-core/src/felt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ mod test {
}

#[test]
fn inverse_mod_in_range_peter(x in nonzero_felt(), p in nonzero_felt()) {
fn inverse_mod_in_range(x in nonzero_felt(), p in nonzero_felt()) {
let nzp = NonZeroFelt(p.0);
let Some(result) = x.mod_inverse(&nzp) else { return Ok(()) };

Expand Down

0 comments on commit 34d01ad

Please sign in to comment.