Skip to content

Commit

Permalink
This didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyja committed Jan 27, 2024
1 parent c8b0b8b commit 4913bff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/strip_ansi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ 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 4913bff

Please sign in to comment.