diff --git a/IPython/core/tests/test_inputtransformer2_line.py b/IPython/core/tests/test_inputtransformer2_line.py index 102f449..41b6ed2 100644 --- a/IPython/core/tests/test_inputtransformer2_line.py +++ b/IPython/core/tests/test_inputtransformer2_line.py @@ -109,7 +109,7 @@ ONLY_EMPTY_LINES = ("""\ """) -def leading_empty_lines(): +def test_leading_empty_lines(): for sample, expected in [LEADING_EMPTY_LINES, ONLY_EMPTY_LINES]: nt.assert_equal( ipt2.leading_empty_lines(sample.splitlines(keepends=True)),