Fix tests & lint

This commit is contained in:
Paulus Schoutsen 2019-12-04 22:47:40 -08:00
parent 28e9f1d0b8
commit dad11f8208
14 changed files with 112 additions and 87 deletions

View file

@ -44,7 +44,9 @@ async def test_events_fired_properly(hass):
def listener(event):
events.append(event)
with patch("emulated_roku.EmulatedRokuServer", instantiate):
with patch(
"homeassistant.components.emulated_roku.binding.EmulatedRokuServer", instantiate
):
hass.bus.async_listen(EVENT_ROKU_COMMAND, listener)
assert await binding.setup() is True