Fix obvious typo in threaded test.

This commit is contained in:
Thomas Wouters 2007-09-19 17:27:29 +00:00
parent d544df7ddd
commit b3e6e8c895
1 changed files with 1 additions and 1 deletions

View File

@ -846,7 +846,7 @@ class DecimalUseOfContextTest(unittest.TestCase):
th2.start()
self.finish1.wait()
self.finish1.wait()
self.finish2.wait()
return
if threading is None: