mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix flapping pilight test (#41447)
This commit is contained in:
parent
d73d36d0cd
commit
700e639ec6
@ -403,7 +403,8 @@ class TestPilightCallrateThrottler(unittest.TestCase):
|
||||
for i in range(3):
|
||||
action(i)
|
||||
|
||||
assert runs == []
|
||||
self.hass.block_till_done()
|
||||
assert runs == [0]
|
||||
|
||||
exp = []
|
||||
now = dt_util.utcnow()
|
||||
|
Loading…
x
Reference in New Issue
Block a user