mirror of
https://github.com/beetbox/beets.git
synced 2026-05-20 21:24:42 -04:00
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:
@@ -189,7 +189,7 @@ READ_ONLY_CORRECT_DICTS = {
|
||||
|
||||
'full.mpc': {
|
||||
'length': 1.0,
|
||||
'bitrate': 23,
|
||||
'bitrate': 23458,
|
||||
'format': 'Musepack',
|
||||
'samplerate': 44100,
|
||||
'bitdepth': 0,
|
||||
|
||||
Reference in New Issue
Block a user