Skip to content

Commit

Permalink
update: zk_fibo_verify_test
Browse files Browse the repository at this point in the history
  • Loading branch information
raghav-rama committed Mar 5, 2024
1 parent 8068bf6 commit dd1741c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/bin/tests/zk_fibo_verify_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ mod zk_fibo_verify_test {
.save("proof-with-pis.json")
.expect("saving proof failed");

println!("succesfully generated and verified proof for the program!")
println!("succesfully generated and verified proof for the program!");

// check if proof exists
assert_eq!(std::path::Path::new("proof-with-pis.json").exists(), true)
}
}

0 comments on commit dd1741c

Please sign in to comment.