Skip to content

Commit

Permalink
RPC-468 fixing issue with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-helius committed Nov 18, 2024
1 parent 3130956 commit e1d346e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/priority_fee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ mod tests {
tracker
.calculate_priority_fee_details(&calc)
.expect(format!("estimates for calc1 to be valid with {:?}", calc).as_str())
.1
}

fn calculation2(
Expand Down Expand Up @@ -464,6 +465,7 @@ mod tests {
tracker
.calculate_priority_fee_details(&calc)
.expect(format!("estimates for calc2 to be valid with {:?}", calc).as_str())
.1
}

#[tokio::test]
Expand Down

0 comments on commit e1d346e

Please sign in to comment.