Compare commits

...

1 Commits

Author SHA1 Message Date
Connor Johnstone a03c6bc8f5 format,test,blah 2026-03-24 20:47:14 -04:00
+4
View File
@@ -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 {