include opus sample in test suite
This commit is contained in:
parent
6c4b4d3e20
commit
9ee9786c0a
2 changed files with 1 additions and 0 deletions
|
@ -305,4 +305,5 @@ fn test_read_metadata() {
|
||||||
assert_eq!(read(Path::new("test/sample.ogg")).unwrap(), sample_tags);
|
assert_eq!(read(Path::new("test/sample.ogg")).unwrap(), sample_tags);
|
||||||
assert_eq!(read(Path::new("test/sample.flac")).unwrap(), flac_sample_tag);
|
assert_eq!(read(Path::new("test/sample.flac")).unwrap(), flac_sample_tag);
|
||||||
assert_eq!(read(Path::new("test/sample.m4a")).unwrap(), m4a_sample_tag);
|
assert_eq!(read(Path::new("test/sample.m4a")).unwrap(), m4a_sample_tag);
|
||||||
|
assert_eq!(read(Path::new("test/sample.opus")).unwrap(), sample_tags);
|
||||||
}
|
}
|
||||||
|
|
BIN
test/sample.opus
BIN
test/sample.opus
Binary file not shown.
Loading…
Add table
Reference in a new issue