Skip to content

Commit

Permalink
Update soroban-sdk/src/testutils/cost_estimate.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Leigh McCulloch <[email protected]>
  • Loading branch information
dmkozh and leighmcculloch authored Dec 16, 2024
1 parent d87fa1f commit 0c44618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soroban-sdk/src/testutils/cost_estimate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl CostEstimate {
if let Some(res) = self.env.host().get_last_invocation_resources() {
res
} else {
panic!("Invocation cost estimate is not available. Make sure invocation cost metering is enabled and this is called after an invocation.")
panic!("Invocation cost estimate is not available. Make sure invocation cost metering is enabled in the EnvTestConfig and this is called after an invocation.")
}
}

Expand Down

0 comments on commit 0c44618

Please sign in to comment.