Skip to content

Commit 599a7df

Browse files
committed
fix test by changing patch
1 parent 4ab1bb4 commit 599a7df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ d93ddf8dd43e4f9ed072a03829e287c78d2570a2
7272
# Moved plugin docs Further Reading chapter
7373
33f1a5d0bef8ca08be79ee7a0d02a018d502680d
7474
# Moved art.py utility module from beets into beetsplug
75-
a7b69e50108eebef8ce92c015f18a42f8bf7276f
75+
28aee0fde463f1e18dfdba1994e2bdb80833722f

test/plugins/test_embedart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def __init__(self):
284284

285285

286286
@patch("beets.util.artresizer.subprocess")
287-
@patch("beets.art.extract")
287+
@patch("beetsplug._utils.art.extract")
288288
class ArtSimilarityTest(unittest.TestCase):
289289
def setUp(self):
290290
self.item = _common.item()

0 commit comments

Comments
 (0)