Skip to content

Commit

Permalink
Update cli/tools/test/reporters/pretty.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Signed-off-by: Matt Mastracci <matthew@mastracci.com>
  • Loading branch information
mmastrac and bartlomieju authored May 20, 2024
1 parent c6eee83 commit ce142a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tools/test/reporters/pretty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ impl TestReporter for PrettyTestReporter {
&mut self.writer,
"{}",
colors::yellow_bold(format!(
"'{}' is running very slowly {}",
"'{}' has been running for over {}",
description.name,
colors::gray(format!("({})", display::human_elapsed(elapsed.into()))),
))
Expand Down

0 comments on commit ce142a4

Please sign in to comment.