format,test,blah
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user