Skip to content

Commit

Permalink
Rename fibonacci prove test. (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonh5 committed May 29, 2024
1 parent 75353d1 commit bedd93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/prover/src/examples/fibonacci/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ mod tests {
}

#[test]
fn test_prove() {
fn test_fib_prove() {
const FIB_LOG_SIZE: u32 = 5;
let fib = Fibonacci::new(FIB_LOG_SIZE, m31!(443693538));

Expand Down

0 comments on commit bedd93e

Please sign in to comment.