mirror of
https://github.com/beetbox/beets.git
synced 2026-02-10 09:25:42 +01:00
Make sure the png_data method is available
This commit is contained in:
parent
57d7a51b5c
commit
d2b627cc1c
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class ArtTestMixin(object):
|
|||
self.assertEqual(mediafile.art, self.jpg_data)
|
||||
|
||||
|
||||
class ImageStructureTestMixin(object):
|
||||
class ImageStructureTestMixin(ArtTestMixin):
|
||||
"""Test reading and writing multiple image tags.
|
||||
|
||||
The tests use the `image` media file fixture. The tags of these files
|
||||
|
|
|
|||
Loading…
Reference in a new issue