Skip to content

Commit 02079bc

Browse files
silvekkkonbjerg
andauthored
fix from onbjerg
Co-authored-by: onbjerg <[email protected]>
1 parent f56a075 commit 02079bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/forge/src/result.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ impl TestOutcome {
195195
// Show helpful hint for rerunning failed tests
196196
let test_word = if failures == 1 { "test" } else { "tests" };
197197
sh_println!(
198-
"\n💡 Tip: Run {} to retry only the {} failed {}",
198+
"\nTip: Run {} to retry only the {} failed {}",
199199
"`forge test --rerun`".cyan(),
200200
failures,
201201
test_word

0 commit comments

Comments
 (0)