Fix typo.

This commit is contained in:
Eric Snow 2018-03-29 22:39:01 +00:00
parent f705e1be97
commit d6fafeff07

View file

@ -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