diff --git a/IPython/frontend/tests/test_prefilterfrontend.py b/IPython/frontend/tests/test_prefilterfrontend.py index 7bddcfc..dab12e3 100644 --- a/IPython/frontend/tests/test_prefilterfrontend.py +++ b/IPython/frontend/tests/test_prefilterfrontend.py @@ -169,7 +169,7 @@ def test_magic(): f.input_buffer += '%who' f._on_enter() out_value = f.out.getvalue() - assert_equal(out_value, 'In\tOut\tget_ipython\t\n') + assert_equal(out_value, 'Interactive namespace is empty.\n') @isolate_ipython0