Skip to content

Commit 910297b

Browse files
committed
Tests: Fix TagLib W000 ID3v2 test
1 parent 3c4f6e2 commit 910297b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/taglib/test_id3v2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ fn test_compressed_frame_with_broken_length() {
840840
#[test]
841841
fn test_w000() {
842842
let mut file = temp_file!("tests/taglib/data/w000.mp3");
843-
let f = MpegFile::read_from(&mut file, ParseOptions::new()).unwrap();
843+
let f = MpegFile::read_from(&mut file, ParseOptions::new().read_properties(false)).unwrap();
844844

845845
assert!(f
846846
.id3v2()

0 commit comments

Comments
 (0)