Skip to content

Commit

Permalink
Add a useless arg
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyja committed Jan 27, 2024
1 parent 0710860 commit c8b0b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/strip_ansi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ mod integration {
#[test]
fn calling_devicon_lookup_without_strip_color_single_file() {
let mut cmd = Command::cargo_bin("devicon-lookup").unwrap();
cmd.arg("--");
cmd.write_stdin("test.rs".blue().to_string())
.assert()
.stdout(format!(" {}\n", "test.rs".blue()));
Expand Down

0 comments on commit c8b0b8b

Please sign in to comment.