mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 22:44:47 +03:00
Update testing framework report error msg
This commit is contained in:
parent
ed085666a3
commit
f81bb5bfcc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user