mirror of
https://github.com/beetbox/beets.git
synced 2026-01-12 11:14:42 +01:00
fixing test
This commit is contained in:
parent
0e2e2dfec3
commit
8bf9d75f66
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class DGAlbumInfoTest(_common.TestCase):
|
|||
those required for the tests on this class."""
|
||||
data = {
|
||||
'id': 'ALBUM ID',
|
||||
'uri': 'ALBUM URI',
|
||||
'uri': 'https://www.discogs.com/release/release/13633721',
|
||||
'title': 'ALBUM TITLE',
|
||||
'year': '3001',
|
||||
'released': '2019-06-07',
|
||||
|
|
|
|||
Loading…
Reference in a new issue