fix symlink test

This commit is contained in:
Jay 2020-05-12 02:08:21 +01:00 committed by Abin Simon
parent 673374ecab
commit 15736d1c7d

View file

@ -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)
); );
} }