Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Feb 24, 2018
1 parent 0c8281b commit c45c99d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/components/light/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,5 @@ async def test_intent_set_color_and_brightness(hass):
assert call.domain == light.DOMAIN
assert call.service == SERVICE_TURN_ON
assert call.data.get(ATTR_ENTITY_ID) == 'light.hello_2'
assert call.data.get(light.ATTR_RGB_COLOR) == (0, 0, 255)
assert call.data.get(light.ATTR_RGB_COLOR) == (0, 0, 255)
assert call.data.get(light.ATTR_BRIGHTNESS_PCT) == 20

0 comments on commit c45c99d

Please sign in to comment.