Fix pluralization of tests
This commit is contained in:
parent
961351c76c
commit
6f214c5bb3
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ fn report_test_changes(mut diffs: Vec<AggregatedTestDiffs>) {
|
|||
println!(" - {}: {}", test.name, format_diff(&outcome_diff));
|
||||
}
|
||||
if extra_tests > 0 {
|
||||
println!(" - (and {extra_tests} additional {})", pluralize("tests", extra_tests));
|
||||
println!(" - (and {extra_tests} additional {})", pluralize("test", extra_tests));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue