Skip to content

Commit

Permalink
fix test_proof_params
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Jun 5, 2024
1 parent 1877dfc commit efc88db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,14 @@ mod tests {

fn test_proof_params() -> HashMap<String, Value> {
let mut prover_args = HashMap::new();
prover_args.insert(
"native".to_string(),
json! {
{
"write_guest_input_path": "./provers/sp1/contracts/src/fixtures/input.json"
}
},
);
prover_args.insert(
"risc0".to_string(),
json! {
Expand Down

0 comments on commit efc88db

Please sign in to comment.