summaryrefslogtreecommitdiffstats
path: root/test/test_extractor.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_extractor.py')
-rw-r--r--test/test_extractor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_extractor.py b/test/test_extractor.py
index 144c6f9..6516fa8 100644
--- a/test/test_extractor.py
+++ b/test/test_extractor.py
@@ -46,7 +46,7 @@ class TestExtractorModule(unittest.TestCase):
def setUp(self):
extractor._cache.clear()
- extractor._module_iter = iter(extractor.modules)
+ extractor._module_iter = extractor._modules_internal()
extractor._list_classes = _list_classes
def test_find(self):