fix tests

This commit is contained in:
Ali MJ Al-Nasrawy 2021-08-07 16:49:21 +03:00
parent 52b4e7f7f0
commit bfead2f7fa
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ impl Files {
};
Files {
path: mount_path.to_owned(),
path: mount_path.trim_end_matches('/').to_owned(),
directory: dir,
index: None,
show_index: false,