Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
cargo clippy --all-targets --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Aug 1, 2023
1 parent 464564f commit 162b5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ fn log_format(#[case] args: &[&str]) {
let run_result = run(args, false);

// Assert
assert_eq!(true, run_result.exit_status.success());
assert!(run_result.exit_status.success());
insta::assert_snapshot!(run_result.output);
}

0 comments on commit 162b5aa

Please sign in to comment.