diff --git a/test/helper.py b/test/helper.py index 4bcab88ad..709e4e165 100644 --- a/test/helper.py +++ b/test/helper.py @@ -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: