Fixed what caused failed test
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ mod tests {
|
|||||||
let meta_path = String::from("tests/sample2_tracks/album.json");
|
let meta_path = String::from("tests/sample2_tracks/album.json");
|
||||||
|
|
||||||
if !std::path::Path::new(&meta_path).exists() {
|
if !std::path::Path::new(&meta_path).exists() {
|
||||||
assert!(false, "File does not exists: {:meta_path?}");
|
assert!(false, "File does not exists: {meta_path:?}");
|
||||||
}
|
}
|
||||||
|
|
||||||
match icarus_models::album::collection::parse_album(&meta_path) {
|
match icarus_models::album::collection::parse_album(&meta_path) {
|
||||||
|
|||||||
Reference in New Issue
Block a user