Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
terry-u16 committed Nov 28, 2024
1 parent 89f551c commit dcee42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner/multi/printer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ mod test {

#[test]
fn test_console_printer() {
colored::control::set_override(true);
let mut printer = ConsolePrinter::new(3);

let test_results = gen_test_results();
Expand Down Expand Up @@ -262,7 +263,6 @@ Max Execution Time : 12,345 ms

#[test]
fn test_json_printer() {
colored::control::set_override(true);
let mut printer = JsonPrinter::new();

let test_results = gen_test_results();
Expand Down

0 comments on commit dcee42f

Please sign in to comment.