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 c266015 commit 43b94eeCopy full SHA for 43b94ee
aggregation_mode/proof_aggregator/src/backend/mod.rs
@@ -394,7 +394,7 @@ mod tests {
394
395
let current_dir = env!("CARGO_MANIFEST_DIR");
396
397
- info!("Current dir for tests: {}", current_dir);
+ panic!("Current dir for tests: {}", current_dir);
398
399
// Check that the config file paths exist
400
let ecdsa_key_path =
0 commit comments