diff options
| author | 2023-03-13 02:07:49 -0400 | |
|---|---|---|
| committer | 2023-03-13 02:07:49 -0400 | |
| commit | 10987f08f8b6c510ba64f4b42d95ba67eec6e5b0 (patch) | |
| tree | 1af82cad9ac859a70cafc976a980280b939cfcc7 /test/test_extractor.py | |
| parent | 919f8ba16a7b82ba1099bd25b2c61c7881a05aa2 (diff) | |
New upstream version 1.25.0.upstream/1.25.0
Diffstat (limited to 'test/test_extractor.py')
| -rw-r--r-- | test/test_extractor.py | 2 |
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): |
