Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya committed Dec 19, 2024
1 parent a37b7b3 commit 428ce50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/forge/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@ impl<'a> ContractRunner<'a> {

if !test_fail_deprecations.is_empty() {
warnings.push(format!(
"`testFail*` has been deprecated and will be removed in the next release. Consider changing to test_Revert[If|When]_Condition and expecting a revert. Found deprecated testFail* function(s): {}.",
test_fail_deprecations
"`testFail*` has been deprecated and will be removed in the next release. Consider changing to test_Revert[If|When]_Condition and expecting a revert. Found deprecated testFail* function(s): {test_fail_deprecations}.",
));
}
SuiteResult::new(duration, test_results, warnings)
Expand Down

0 comments on commit 428ce50

Please sign in to comment.