Skip to content

Commit 374eaeb

Browse files
committed
Add back in a missing test
1 parent fc3d9f4 commit 374eaeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_fix_filter.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ def test_filter_too_many_args():
4747

4848
def test_filter_kwargs():
4949
check_on_input(*FILTER_KWARGS)
50+
51+
def test_filter_iterator_context():
52+
check_on_input(*FILTER_ITERATOR_CONTEXT)

0 commit comments

Comments
 (0)