Skip to content

Commit

Permalink
Fix clippy / tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy committed Nov 26, 2024
1 parent a9003b3 commit 75b81e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/forge/tests/it/test_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ impl ForgeTestProfile {
failure_persist_dir: Some(tempfile::tempdir().unwrap().into_path()),
failure_persist_file: Some("testfailure".to_string()),
show_logs: false,
timeout: None,
})
.invariant(InvariantConfig {
runs: 256,
Expand All @@ -113,6 +114,7 @@ impl ForgeTestProfile {
gas_report_samples: 256,
failure_persist_dir: Some(tempfile::tempdir().unwrap().into_path()),
show_metrics: false,
timeout: None,
})
.build(output, Path::new(self.project().root()))
.expect("Config loaded")
Expand Down

0 comments on commit 75b81e0

Please sign in to comment.