mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix typo.
This commit is contained in:
parent
f705e1be97
commit
d6fafeff07
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class LifecycleTests(TestBase, unittest.TestCase):
|
|||
# Normal ops would go here.
|
||||
|
||||
# end
|
||||
with self._wait_for_events(['exited', 'terminated']):
|
||||
with self.wait_for_events(['exited', 'terminated']):
|
||||
pass
|
||||
self.fix.binder.wait_until_done()
|
||||
received = self.vsc.received
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue