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.
This commit is contained in:
Adrian Sampson 2013-01-31 10:16:22 -08:00
parent bba0051ee7
commit ebdbd69d8e

View file

@ -189,7 +189,7 @@ READ_ONLY_CORRECT_DICTS = {
'full.mpc': {
'length': 1.0,
'bitrate': 23,
'bitrate': 23458,
'format': 'Musepack',
'samplerate': 44100,
'bitdepth': 0,