Update testing framework report error msg

This commit is contained in:
evan-schott 2024-03-29 10:55:54 -07:00
parent ed085666a3
commit f81bb5bfcc

View File

@ -266,7 +266,7 @@ pub fn run_tests<T: Runner>(runner: &T, expectation_category: &str) {
}
panic!(
"failed {}/{} tests in {}/{} categories",
pass_tests,
fail_tests,
fail_tests + pass_tests,
cases.fail_categories.len(),
cases.fail_categories.len() + pass_categories