summaryrefslogtreecommitdiff
path: root/tests/test_transforms.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_transforms.py')
-rw-r--r--tests/test_transforms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_transforms.py b/tests/test_transforms.py
index fd9aeb62..59aaf210 100644
--- a/tests/test_transforms.py
+++ b/tests/test_transforms.py
@@ -164,7 +164,7 @@ class TestTransforms(unittest.TestCase):
for decorator in node.decorators.nodes:
inferred = next(decorator.infer())
if inferred.qname() == "abc.abstractmethod":
- return next(node.infer_call_result())
+ return next(node.infer_call_result(None))
return None
manager = MANAGER