Fix obvious typo in threaded test.
This commit is contained in:
parent
d544df7ddd
commit
b3e6e8c895
|
@ -846,7 +846,7 @@ class DecimalUseOfContextTest(unittest.TestCase):
|
|||
th2.start()
|
||||
|
||||
self.finish1.wait()
|
||||
self.finish1.wait()
|
||||
self.finish2.wait()
|
||||
return
|
||||
|
||||
if threading is None:
|
||||
|
|
Loading…
Reference in New Issue