From 395b333769016ff8ab2446212c88e4b17442acb9 2016-10-05 21:49:51 From: Pablo Galindo Date: 2016-10-05 21:49:51 Subject: [PATCH] Corrected old test (now with trailing withespace) --- diff --git a/IPython/core/tests/test_interactiveshell.py b/IPython/core/tests/test_interactiveshell.py index 058f412..c23ce40 100644 --- a/IPython/core/tests/test_interactiveshell.py +++ b/IPython/core/tests/test_interactiveshell.py @@ -649,7 +649,7 @@ class TestAstTransform(unittest.TestCase): called.add(x) ip.push({'f':f}) - with tt.AssertPrints("best of "): + with tt.AssertPrints("average of "): ip.run_line_magic("timeit", "-n1 f(1)") self.assertEqual(called, {-1}) called.clear()