Skip to content

Commit

Permalink
Update test_light.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VandeurenGlenn committed Jan 19, 2025
1 parent c9eb381 commit dac647a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/components/niko_home_control/test_light.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ async def test_entities(
@pytest.mark.parametrize(
("light_id", "data", "set_brightness"),
[
(0, {ATTR_ENTITY_ID: "light.light"}, 100.0),
(0, {ATTR_ENTITY_ID: "light.light"}, 100),
(
1,
{ATTR_ENTITY_ID: "light.dimmable_light", ATTR_BRIGHTNESS: 50},
19.607843137254903,
20,
),
],
)
Expand Down

0 comments on commit dac647a

Please sign in to comment.