mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-26 03:08:02 +00:00
Fix invalid syntax from af3e4d62
This commit is contained in:
@@ -54,7 +54,7 @@ class TrackTest(unittest.TestCase):
|
||||
'relation_list': [XmlNode(attribs={'target_type': 'work'}, children={
|
||||
'relation': [XmlNode(attribs={'type': 'performance'}, children={
|
||||
'work': [XmlNode(attribs={'id': 'workid123'}, children={
|
||||
'title': [XmlNode(text='Bar')]
|
||||
'title': [XmlNode(text='Bar')],
|
||||
'language': [XmlNode(text='eng')]
|
||||
})]
|
||||
})]
|
||||
|
||||
Reference in New Issue
Block a user