Skip to content

Commit

Permalink
✅ fix frame generator test
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Runde <[email protected]>
  • Loading branch information
joerunde committed Jan 4, 2023
1 parent f7e7e6e commit 99798ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_lazy_import_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import pytest

# Local
from import_tracker.lazy_import_errors import _LazyErrorMetaFinder
from import_tracker.lazy_import_errors import _FastFrameGenerator, _LazyErrorMetaFinder
import import_tracker


Expand Down Expand Up @@ -376,7 +376,7 @@ def test_frame_generator_stop():
"""For completeness, we need to ensure that the FrameGenerator will stop
correctly if iterated to the end
"""
list(_LazyErrorMetaFinder._FrameGenerator())
list(_FastFrameGenerator())


def test_lazy_import_error_nested():
Expand Down

0 comments on commit 99798ea

Please sign in to comment.