mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
Fix one of the failing tests
This commit is contained in:
parent
86946ad4b7
commit
a30c90e615
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ class ThumbnailsTest(unittest.TestCase, TestHelper):
|
|||
any_order=True)
|
||||
|
||||
resize = mock_artresizer.shared.resize
|
||||
resize.assert_called_once_with(12345, path_to_art, md5_file)
|
||||
resize.assert_called_once_with(12345, 75, path_to_art, md5_file)
|
||||
plugin.add_tags.assert_called_once_with(album, resize.return_value)
|
||||
mock_shutils.move.assert_called_once_with(resize.return_value,
|
||||
md5_file)
|
||||
|
|
|
|||
Loading…
Reference in a new issue