Update tests for #900

This commit is contained in:
Adrian Sampson 2014-08-18 22:26:17 -07:00
parent eab90ffded
commit 4eb23f7c06

View file

@ -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: