Skip to content

Commit

Permalink
Clippy in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Feb 27, 2024
1 parent 0b3fe66 commit 2a6f81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vidpf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ mod tests {
let share1 = vidpf.eval(alpha_bad, &k1, &public, parameter);

assert!(
&share0.y + &share1.y == Weight::zero(parameter),
share0.y + share1.y == Weight::zero(parameter),
"shares must add up to zero"
);
assert!(
Expand Down

0 comments on commit 2a6f81b

Please sign in to comment.