diff --git a/IPython/testing/tools.py b/IPython/testing/tools.py index d08b893..8eca4f9 100644 --- a/IPython/testing/tools.py +++ b/IPython/testing/tools.py @@ -463,6 +463,6 @@ def help_all_output_test(subcommand=''): nt.assert_equal(rc, 0, err) nt.assert_not_in("Traceback", err) nt.assert_in("Options", out) - nt.assert_in("Class parameters", out) + nt.assert_in("Class", out) return out, err