Fix test name
This commit is contained in:
parent
e3a4d174de
commit
580c2ea8eb
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_path_suffix() {
|
||||
fn test_icon_suffix() {
|
||||
// No dots in name
|
||||
let path = Path::new("/a/b/c/file_name.rs");
|
||||
assert_eq!(path.icon_suffix(), Some("rs"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue