]> granicus.if.org Git - python/commitdiff
Fix obvious typo in threaded test.
authorThomas Wouters <thomas@python.org>
Wed, 19 Sep 2007 17:27:29 +0000 (17:27 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 19 Sep 2007 17:27:29 +0000 (17:27 +0000)
Lib/test/test_decimal.py

index 2777b225c5fbd1e621762deb1b403a0b96208f37..9281abc1d62bc7462981ae1eff9580b835fab32c 100644 (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: