Skip to content

Commit

Permalink
Fixed coverart processing test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jun 24, 2024
1 parent 064685b commit efdd628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_coverart_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def create_fake_image(width, height, image_format):

class ImageFiltersTest(PicardTestCase):
def setUp(self):
super().setUp()
settings = {
'filter_cover_by_size': True,
'cover_minimum_width': 500,
Expand All @@ -76,6 +77,7 @@ def test_filter_by_size_metadata(self):

class ImageProcessorsTest(PicardTestCase):
def setUp(self):
super().setUp()
self.settings = {
'enabled_plugins': [],
'resize_images_saved_to_tags': True,
Expand Down

0 comments on commit efdd628

Please sign in to comment.