Style fix

This commit is contained in:
Adrian Sampson 2023-10-20 15:56:37 -04:00
parent 945d917320
commit 0b382853ed
No known key found for this signature in database

View file

@ -137,7 +137,7 @@ class ThumbnailsTest(unittest.TestCase, TestHelper):
mock_os.path.exists.assert_called_once_with(syspath(md5_file))
mock_os.stat.assert_has_calls([call(syspath(md5_file)),
call(syspath(path_to_art))],
any_order=True)
any_order=True)
mock_resize.assert_called_once_with(12345, path_to_art, md5_file)
plugin.add_tags.assert_called_once_with(album, path_to_resized_art)