Skip to content

Commit

Permalink
Fix light test
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Nov 16, 2021
1 parent 80f2dd5 commit 9eb91c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/wled/test_light.py
Expand Up @@ -76,7 +76,7 @@ async def test_rgb_light_state(
assert state.attributes.get(ATTR_INTENSITY) == 64
assert state.attributes.get(ATTR_PALETTE) == "Random Cycle"
assert state.attributes.get(ATTR_PRESET) is None
assert state.attributes.get(ATTR_REVERSE) is False
assert state.attributes.get(ATTR_REVERSE) is True
assert state.attributes.get(ATTR_SPEED) == 16
assert state.state == STATE_ON

Expand Down

0 comments on commit 9eb91c8

Please sign in to comment.