Skip to content

Commit

Permalink
Fix the unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
gicamm committed Sep 15, 2024
1 parent 9fc26b1 commit b00b9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_light.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_light_supported_color_modes(comelit_light):


def test_light_color_mode(comelit_light):
assert comelit_light.color_mode == {ColorMode.BRIGHTNESS}
assert comelit_light.color_mode == ColorMode.BRIGHTNESS


def test_light_brightness(comelit_light):
Expand Down

0 comments on commit b00b9ea

Please sign in to comment.