Skip to content

Commit b277f70

Browse files
flabbamannmib1185
andcommitted
Change assert
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
1 parent 409233b commit b277f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fritzhomedevicelightbulb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_device_init_non_color_bulb(self):
6767
device = self.fritz.get_device_by_ain("12701 0072784-1")
6868
assert device.has_lightbulb
6969
assert device.has_level
70-
assert device.fullcolorsupport is False
70+
assert not device.fullcolorsupport
7171
assert device.state # Lightbulb is switched on
7272
assert device.name == "Telekom White Dimmable Bulb"
7373

0 commit comments

Comments
 (0)