Kaydet (Commit) db003cb3 authored tarafından Michael Foord's avatar Michael Foord

Fix failing test committed by accident.

üst 1b9e9533
......@@ -2196,7 +2196,7 @@ class Test_OldTestResult(unittest.TestCase):
class Foo(unittest.TestCase):
def runTest(self): pass
def test1(self): 1/0
def test1(self): pass
class Bar(Foo):
def test2(self): pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment