mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
fix symlink test
This commit is contained in:
parent
673374ecab
commit
15736d1c7d
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ mod test {
|
||||||
let name = Name::new(&symlink_path, file_type);
|
let name = Name::new(&symlink_path, file_type);
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
Colour::Fixed(44).paint(" target.tmp"),
|
Colour::Fixed(44).paint(" target.tmp"),
|
||||||
name.render(&colors, &icons, &DisplayOption::FileName)
|
name.render(&colors, &icons, &DisplayOption::FileName)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue