Skip to content

Commit

Permalink
test(ipa): renamed test method
Browse files Browse the repository at this point in the history
  • Loading branch information
tchataigner committed Jan 3, 2024
1 parent 46cbf3f commit 9fea337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/ipa_pc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ mod test {
use crate::provider::GrumpkinEngine;

#[test]
fn test_multiple_seeds() {
fn test_multiple_polynomial_size() {
for ell in [4, 5, 6] {
prove_verify_from_ell::<GrumpkinEngine, EvaluationEngine<GrumpkinEngine>>(ell);
}
Expand Down

0 comments on commit 9fea337

Please sign in to comment.