Skip to content

Commit

Permalink
Change assert
Browse files Browse the repository at this point in the history
Co-authored-by: Michael <[email protected]>
  • Loading branch information
flabbamann and mib1185 authored Jan 25, 2025
1 parent 87121c0 commit cd65576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fritzhomedevicelightbulb.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_device_init_non_color_bulb(self):
device = self.fritz.get_device_by_ain("12701 0072784-1")
assert device.has_lightbulb
assert device.has_level
assert device.fullcolorsupport is False
assert not device.fullcolorsupport
assert device.state # Lightbulb is switched on
assert device.name == "Telekom White Dimmable Bulb"

Expand Down

0 comments on commit cd65576

Please sign in to comment.