include opus sample in test suite

This commit is contained in:
Yannik Böttcher 2020-08-07 12:51:32 +02:00
parent 6c4b4d3e20
commit 9ee9786c0a
2 changed files with 1 additions and 0 deletions

View file

@ -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.flac")).unwrap(), flac_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);
}

Binary file not shown.