Skip to content

Commit

Permalink
fix test (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyl19970726 authored Aug 19, 2024
1 parent 212429f commit d1b82d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uni-stark/tests/fib_air.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ fn test_generate_script_expr() {
let dft = Dft {};
let trace = generate_trace_rows::<Val>(0, 1, 1 << 3);
let fri_config = FriConfig {
log_blowup: 4,
log_blowup: 2,
num_queries: 16,
proof_of_work_bits: 26,
proof_of_work_bits: 8,
mmcs: challenge_mmcs,
};
let pcs = MyPcs::new(dft, val_mmcs, fri_config);
Expand Down

0 comments on commit d1b82d1

Please sign in to comment.