mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-12-20 19:50:15 +00:00
Fix incorrect state updates in FakeTestProtocols (#861)
This commit is contained in:
@@ -27,6 +27,7 @@ async def test_effects_lightstrip_set_effect(dev: IotLightStrip):
|
||||
await dev.set_effect("Not real")
|
||||
|
||||
await dev.set_effect("Candy Cane")
|
||||
await dev.update()
|
||||
assert dev.effect["name"] == "Candy Cane"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user