##// END OF EJS Templates
Fix unrelated test....
Thomas Kluyver -
Show More
@@ -827,7 +827,7 b' def test_edit_interactive():'
827 except code.InteractivelyDefined as e:
827 except code.InteractivelyDefined as e:
828 nt.assert_equal(e.index, n)
828 nt.assert_equal(e.index, n)
829 else:
829 else:
830 nt.fail("Should have raised InteractivelyDefined")
830 raise AssertionError("Should have raised InteractivelyDefined")
831
831
832
832
833 def test_edit_cell():
833 def test_edit_cell():
General Comments 0
You need to be logged in to leave comments. Login now