From a03c6bc8f56f67c8c23040898531361e2eff582f Mon Sep 17 00:00:00 2001 From: Connor Johnstone Date: Tue, 24 Mar 2026 20:47:14 -0400 Subject: [PATCH] format,test,blah --- src/matcher.rs | 4 ++++ 1 file changed, 4 insertions(+) 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 {