##// END OF EJS Templates
Update IPython/core/tests/test_formatters.py...
Matthias Bussonnier -
Show More
@@ -352,7 +352,7 b' def test_print_method_weird():'
352 352 with capture_output() as captured:
353 353 result = f(call_hat)
354 354
355 assert result == None
355 assert result is None
356 356
357 357 class BadReprArgs(object):
358 358 def _repr_html_(self, extra, args):
General Comments 0
You need to be logged in to leave comments. Login now