tsk-86: Test fix
All checks were successful
Rust Build / Check (pull_request) Successful in 32s
Rust Build / Test Suite (pull_request) Successful in 33s
Rust Build / Rustfmt (pull_request) Successful in 30s
Rust Build / Clippy (pull_request) Successful in 33s
Rust Build / build (pull_request) Successful in 33s
All checks were successful
Rust Build / Check (pull_request) Successful in 32s
Rust Build / Test Suite (pull_request) Successful in 33s
Rust Build / Rustfmt (pull_request) Successful in 30s
Rust Build / Clippy (pull_request) Successful in 33s
Rust Build / build (pull_request) Successful in 33s
This commit is contained in:
@@ -107,7 +107,7 @@ mod song_tests {
|
||||
};
|
||||
|
||||
assert_eq!(song.directory.is_empty(), false);
|
||||
match song::generate_filename(types::MusicTypes::FlacExtension, true) {
|
||||
match song::generate_filename(types::MusicType::FlacExtension, true) {
|
||||
Ok(filename) => {
|
||||
song_cpy.filename = filename;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user