diff --git a/IPython/testing/tools.py b/IPython/testing/tools.py index 616e754..23bf6a6 100644 --- a/IPython/testing/tools.py +++ b/IPython/testing/tools.py @@ -478,6 +478,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