mirror of
https://github.com/beetbox/beets.git
synced 2026-02-24 08:12:54 +01:00
rename functions in test
This commit is contained in:
parent
b3b59f8452
commit
a71c381bb5
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class ParentWorkTest(unittest.TestCase, TestHelper):
|
|||
self.assertEqual(u'f04b42df-7251-4d86-a5ee-67cfa49580d1',
|
||||
parentwork.direct_parent_id(mb_workid)[0])
|
||||
self.assertEqual(u'45afb3b2-18ac-4187-bc72-beb1b1c194ba',
|
||||
parentwork.direct_parent_id(mb_workid)[0])
|
||||
parentwork.work_parent_id(mb_workid)[0])
|
||||
|
||||
|
||||
def suite():
|
||||
|
|
|
|||
Loading…
Reference in a new issue