Skip to content

Commit

Permalink
test: fix test in 'output/format_filename/test.rs'
Browse files Browse the repository at this point in the history
  • Loading branch information
bydlw98 committed Feb 25, 2024
1 parent 53c3251 commit 947a8de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/output/format_filename/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -743,8 +743,7 @@ fn test_format_filename_executable_setgid_file() {
#[cfg(windows)]
#[test]
fn test_format_filename_executable_regular_file() {
let mut ls_colors = LsColors::default();
ls_colors.init();
let ls_colors = LsColors::with_colors();
let ansi_style_str = ls_colors.exec_style();

let file_name = "file.exe";
Expand Down

0 comments on commit 947a8de

Please sign in to comment.