Skip to content

Commit

Permalink
Update testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
phamnhatminh1292001 committed Oct 3, 2024
1 parent a12afd7 commit da77f64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zkmemory/src/supernova/testcases.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,5 @@ mod test {
for circuit_primary in circuits.iter().take(num_steps + 1) {
res.push(recursive_snark.prove_step(&pp, circuit_primary, &circuit_secondary));
}
assert!(res[1].is_err());
}
}

0 comments on commit da77f64

Please sign in to comment.