Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Sep 17, 2024
1 parent 810223c commit d6ddabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stark/tests/test_stark_proof_verify.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use cairo_verifier::{
#[test]
#[available_gas(99999999999)]
fn test_stark_proof_fibonacci_verify() {
let SECURITY_BITS: felt252 = 50;
let SECURITY_BITS: u32 = 50;

let stark_proof = StarkProof {
config: stone_proof_fibonacci::stark::config::get(),
Expand Down

0 comments on commit d6ddabc

Please sign in to comment.