diff --git a/src/matcher.rs b/src/matcher.rs index 0eb0faf..aa7ab5d 100644 --- a/src/matcher.rs +++ b/src/matcher.rs @@ -218,6 +218,7 @@ mod tests { file_mtime: None, added_at: chrono::Utc::now().naive_utc(), updated_at: chrono::Utc::now().naive_utc(), + tagged: false, }; let result = build_query(&track); assert_eq!(result, Some(("Pink Floyd".into(), "Time".into()))); @@ -247,6 +248,7 @@ mod tests { file_mtime: None, added_at: chrono::Utc::now().naive_utc(), updated_at: chrono::Utc::now().naive_utc(), + tagged: false, }; let result = build_query(&track); assert_eq!(result, Some(("Radiohead".into(), "Creep".into()))); @@ -276,6 +278,7 @@ mod tests { file_mtime: None, added_at: chrono::Utc::now().naive_utc(), updated_at: chrono::Utc::now().naive_utc(), + tagged: false, }; let candidate = RecordingMatch { mbid: "123".into(), @@ -313,6 +316,7 @@ mod tests { file_mtime: None, added_at: chrono::Utc::now().naive_utc(), updated_at: chrono::Utc::now().naive_utc(), + tagged: false, }; // Slight misspelling let candidate = RecordingMatch {