mirror of
https://github.com/beetbox/beets.git
synced 2025-12-10 10:32:34 +01:00
Update tests for #900
This commit is contained in:
parent
eab90ffded
commit
4eb23f7c06
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ class TestImportSession(importer.ImportSession):
|
|||
assert isinstance(resolution, self.Resolution)
|
||||
self._resolutions.append(resolution)
|
||||
|
||||
def resolve_duplicate(self, task):
|
||||
def resolve_duplicate(self, task, found_duplicates):
|
||||
try:
|
||||
res = self._resolutions.pop(0)
|
||||
except IndexError:
|
||||
|
|
|
|||
Loading…
Reference in a new issue