We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ca98c + 918437a commit 5473ad5Copy full SHA for 5473ad5
src/analyze/file.rs
@@ -104,6 +104,6 @@ mod tests {
104
fn test_get_notes_from_mp3_file() {
105
let notes = get_notes_from_audio_file("tests/C7b9.mp3", None, None).unwrap();
106
107
- assert_eq!(Chord::parse("C7b9").unwrap(), Chord::from_notes(¬es).unwrap()[0]);
+ assert_eq!(Chord::parse("C7b9").unwrap(), Chord::try_from_notes(¬es).unwrap()[0]);
108
}
109
0 commit comments