Skip to content

Commit

Permalink
fix: miss to update chunk-tests (#268)
Browse files Browse the repository at this point in the history
Fix chunk-tests.
  • Loading branch information
silathdiir authored Sep 11, 2023
1 parent b2c3fb8 commit 2294f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/tests/chunk_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fn test_chunk_prove_verify() {
// Load or generate compression wide snark (layer-1).
let layer1_snark = zkevm_prover
.inner
.load_or_gen_last_chunk_snark("layer1", &witness_block, Some(&output_dir))
.load_or_gen_last_chunk_snark("layer1", &witness_block, None, Some(&output_dir))
.unwrap();

gen_and_verify_chunk_proofs(&mut zkevm_prover, layer1_snark, &output_dir);
Expand Down

0 comments on commit 2294f98

Please sign in to comment.