mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 13:33:02 +01:00
correct mock results of get_work_by_id
This commit is contained in:
parent
55995a32cb
commit
f87f271484
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ from beetsplug import parentwork
|
|||
work = {'work': {'id': '1',
|
||||
'work-relation-list': [{'type': 'parts',
|
||||
'direction': 'backwards',
|
||||
'id': '2'}],
|
||||
'work': {'id': '2'}}],
|
||||
'artist-relation-list': [{'type': 'composer',
|
||||
'artist': {'name':
|
||||
'random composer',
|
||||
|
|
@ -38,7 +38,7 @@ work = {'work': {'id': '1',
|
|||
dp_work = {'work': {'id': '2',
|
||||
'work-relation-list': [{'type': 'parts',
|
||||
'direction': 'backwards',
|
||||
'id': '3'}],
|
||||
'work': {'id': '3'}}],
|
||||
'artist-relation-list': [{'type': 'composer',
|
||||
'artist': {'name':
|
||||
'random composer',
|
||||
|
|
|
|||
Loading…
Reference in a new issue