Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-PH committed Oct 28, 2024
1 parent 5b4aae3 commit f68244b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ mod tests {

let actual_errors = format!("{status}\n");

assert!(expected_errors_regex.is_match(&actual_errors),
assert!(
expected_errors_regex.is_match(&actual_errors),
"Failed test case {name}: {}",
StrComparison::new(expected_errors, &actual_errors)
);
Expand Down

0 comments on commit f68244b

Please sign in to comment.