Commit bf7166dc authored by Denis Bilenko's avatar Denis Bilenko

rename test_valuerror to test_valueerror

parent 5151badf
......@@ -39,7 +39,7 @@ class PoolBasicTests(TestCase):
result = pool.apply(lambda a: ('foo', a), (1, ))
self.assertEqual(result, ('foo', 1))
def test_init_valuerror(self):
def test_init_valueerror(self):
self.switch_expected = False
self.assertRaises(ValueError, ThreadPool, -1)
self.pool = None
......
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