We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fe3b9 commit 41c39fcCopy full SHA for 41c39fc
tests/taglib/test_xiphcomment.rs
@@ -37,7 +37,7 @@ fn test_track() {
37
cmt.push(String::from("TRACKNUM"), String::from("7"));
38
assert_eq!(cmt.track(), Some(7));
39
cmt.push(String::from("TRACKNUMBER"), String::from("8"));
40
- assert_eq!(cmt.year(), Some(8));
+ assert_eq!(cmt.track(), Some(8));
41
}
42
43
#[test]
0 commit comments