mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +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):
|
for i in range(3):
|
||||||
action(i)
|
action(i)
|
||||||
|
|
||||||
assert runs == []
|
self.hass.block_till_done()
|
||||||
|
assert runs == [0]
|
||||||
|
|
||||||
exp = []
|
exp = []
|
||||||
now = dt_util.utcnow()
|
now = dt_util.utcnow()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user