Code cleanup
All checks were successful
Rust Build / Check (pull_request) Successful in 34s
Rust Build / Test Suite (pull_request) Successful in 42s
Rust Build / Rustfmt (pull_request) Successful in 35s
Rust Build / Clippy (pull_request) Successful in 34s
Rust Build / build (pull_request) Successful in 46s

This commit is contained in:
2025-04-18 20:51:10 -04:00
parent 41f11ed275
commit 0c97e5c486

View File

@@ -1041,9 +1041,6 @@ mod tests {
let test_filename = String::from("track09.flac");
let new_filepath = get_full_path(&test_dir, &test_filename).unwrap();
// let new_coverart = String::from("Sample Tracks 3 - Other one.png");
// let new_cover_art_path = get_full_path(&dir, &new_coverart).unwrap();
match file_exists(&dir, &filename) {
Ok(_) => {
let filepath = get_full_path(&dir, &filename).unwrap();