We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961351c commit 6f214c5Copy full SHA for 6f214c5
src/ci/citool/src/merge_report.rs
@@ -242,7 +242,7 @@ fn report_test_changes(mut diffs: Vec<AggregatedTestDiffs>) {
242
println!(" - {}: {}", test.name, format_diff(&outcome_diff));
243
}
244
if extra_tests > 0 {
245
- println!(" - (and {extra_tests} additional {})", pluralize("tests", extra_tests));
+ println!(" - (and {extra_tests} additional {})", pluralize("test", extra_tests));
246
247
248
0 commit comments