]> granicus.if.org Git - python/commitdiff
Fix cut and paste error.
authorRaymond Hettinger <python@rcn.com>
Sat, 7 May 2011 22:19:34 +0000 (15:19 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 7 May 2011 22:19:34 +0000 (15:19 -0700)
Lib/test/test_heapq.py

index f0753cf38560387135a4c70d9353f65e0eacae7d..fb533dfba2887889de5780a289195d3bc8e8acae 100644 (file)
@@ -349,7 +349,7 @@ class TestErrorHandling(unittest.TestCase):
                 self.assertRaises(TypeError, f, 2, N(s))
                 self.assertRaises(ZeroDivisionError, f, 2, E(s))
 
-class TestErrorHandling_Python(unittest.TestCase):
+class TestErrorHandling_Python(TestErrorHandling):
     module = py_heapq
 
 class TestErrorHandling_C(TestErrorHandling):