mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 22:42:44 +01:00
remove unneeded bytes casting from test_mb
This commit is contained in:
parent
a76de95183
commit
10dda13d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class MBAlbumInfoTest(_common.TestCase):
|
|||
for i, recording in enumerate(tracks):
|
||||
track = {
|
||||
'recording': recording,
|
||||
'position': bytes(i + 1),
|
||||
'position': i + 1,
|
||||
}
|
||||
if track_length:
|
||||
# Track lengths are distinct from recording lengths.
|
||||
|
|
|
|||
Loading…
Reference in a new issue