From ebdbd69d8ee60af1b7fc71b9db07b5ee71129b84 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 31 Jan 2013 10:16:22 -0800 Subject: [PATCH] fix test compatibility with mutagen 1.21 The new Mutagen release got a fix for the bitrate calculation in Musepack. The tests now reflect that. --- test/test_mediafile_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_mediafile_basic.py b/test/test_mediafile_basic.py index 9ff72e785..dabb2d50d 100644 --- a/test/test_mediafile_basic.py +++ b/test/test_mediafile_basic.py @@ -189,7 +189,7 @@ READ_ONLY_CORRECT_DICTS = { 'full.mpc': { 'length': 1.0, - 'bitrate': 23, + 'bitrate': 23458, 'format': 'Musepack', 'samplerate': 44100, 'bitdepth': 0,