mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
Fix bug in test found by manual log inspection (#46309)
This commit is contained in:
@@ -40,6 +40,7 @@ class WorkerSync:
|
|||||||
# Block the worker thread until the test has a chance to verify
|
# Block the worker thread until the test has a chance to verify
|
||||||
# the segments under test.
|
# the segments under test.
|
||||||
logging.debug("blocking worker")
|
logging.debug("blocking worker")
|
||||||
|
if self._event:
|
||||||
self._event.wait()
|
self._event.wait()
|
||||||
|
|
||||||
# Forward to actual implementation
|
# Forward to actual implementation
|
||||||
|
Reference in New Issue
Block a user