We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fbb7c commit 560c130Copy full SHA for 560c130
aggregation_mode/src/backend/mod.rs
@@ -351,6 +351,9 @@ mod tests {
351
352
#[test]
353
fn test_should_send_proof_to_verify_on_chain() {
354
+ // Set the AGGREGATOR env variable to "sp1" or "risc0" as its needed by ProofAggregator::new
355
+ std::env::set_var("AGGREGATOR", "sp1");
356
+
357
// These config values are taken from config-files/config-proof-aggregator.yaml
358
let config = Config {
359
eth_rpc_url: "http://localhost:8545".to_string(),
0 commit comments