From efc88dba9d92ace4eb62018d613e0f5fe9ab7445 Mon Sep 17 00:00:00 2001 From: Ceciliaz030 Date: Wed, 5 Jun 2024 23:42:07 +0800 Subject: [PATCH] fix test_proof_params --- core/src/lib.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/src/lib.rs b/core/src/lib.rs index 7ded46377..db03db9e7 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -203,6 +203,14 @@ mod tests { fn test_proof_params() -> HashMap { 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! {