Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Inphi committed Oct 26, 2023
1 parent dc6ce38 commit 7809b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/forge/src/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ impl TestSetup {
labeled_addresses: BTreeMap<Address, String>,
reason: String,
) -> Self {
Sele {
Self {
address: Address::ZERO,
logs,
traces,
Expand Down
2 changes: 1 addition & 1 deletion crates/forge/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ impl<'a> ContractRunner<'a> {
}
}

// Utility function to merge coverage maps options
// Utility function to merge coverage options
fn merge_coverages(mut coverage: Option<HitMaps>, other: Option<HitMaps>) -> Option<HitMaps> {
let old_coverage = std::mem::take(&mut coverage);
match (old_coverage, other) {
Expand Down

0 comments on commit 7809b1d

Please sign in to comment.