Skip to content

Commit

Permalink
🤦 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JayWhite2357 committed Nov 6, 2024
1 parent 5d6b988 commit 91a4715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proof-of-sql/src/base/math/i256.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ mod tests {
let mut rng = thread_rng();
for _ in 0..10 {
let int32: i32 = rng.gen();
let neg_int32 = int32;
let neg_int32 = -int32;
let scalar = TestScalar::from(int32);
let neg_scalar = -scalar;
let bigint = BigInt::from(int32);
Expand Down

0 comments on commit 91a4715

Please sign in to comment.