From 0b382853ed0933e7ca06b340afffc485b5c4c0fc Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 20 Oct 2023 15:56:37 -0400 Subject: [PATCH] Style fix --- test/plugins/test_thumbnails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/plugins/test_thumbnails.py b/test/plugins/test_thumbnails.py index 9c0ea5892..3e516b83b 100644 --- a/test/plugins/test_thumbnails.py +++ b/test/plugins/test_thumbnails.py @@ -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)