@@ -554,9 +554,9 @@ def test_superset_parsing_released_spec(self):
554554 supersets = get_supersets (self .xml_device_types )
555555
556556 expected_light_superset = {self .dt_ids ['extendedcolorlight' ],
557- self .dt_ids ['colortemperaturelight' ], self .dt_ids ['dimmablelight' ], self .dt_ids ['onofflight' ]}
557+ self .dt_ids ['colortemperaturelight' ], self .dt_ids ['dimmablelight' ], self .dt_ids ['onofflight' ]}
558558 expected_dimmer_switch = {self .dt_ids ['colordimmerswitch' ],
559- self .dt_ids ['dimmerswitch' ], self .dt_ids ['onofflightswitch' ]}
559+ self .dt_ids ['dimmerswitch' ], self .dt_ids ['onofflightswitch' ]}
560560
561561 asserts .assert_in (expected_light_superset , supersets , "Did not find expected light superset" )
562562 asserts .assert_in (expected_dimmer_switch , supersets , "Did not find expected switch superset" )
@@ -569,9 +569,9 @@ def test_superset_parsing_mounted(self):
569569 expected_onoff_plugin = {self .dt_ids ['mountedonoffcontrol' ], self .dt_ids ['onoffpluginunit' ]}
570570 expected_dimmable_plugin = {self .dt_ids ['mounteddimmableloadcontrol' ], self .dt_ids ['dimmablepluginunit' ]}
571571 expected_light_superset = {self .dt_ids ['extendedcolorlight' ],
572- self .dt_ids ['colortemperaturelight' ], self .dt_ids ['dimmablelight' ], self .dt_ids ['onofflight' ]}
572+ self .dt_ids ['colortemperaturelight' ], self .dt_ids ['dimmablelight' ], self .dt_ids ['onofflight' ]}
573573 expected_dimmer_switch = {self .dt_ids ['colordimmerswitch' ],
574- self .dt_ids ['dimmerswitch' ], self .dt_ids ['onofflightswitch' ]}
574+ self .dt_ids ['dimmerswitch' ], self .dt_ids ['onofflightswitch' ]}
575575
576576 asserts .assert_in (expected_light_superset , supersets , "Did not find expected light superset" )
577577 asserts .assert_in (expected_dimmer_switch , supersets , "Did not find expected switch superset" )
0 commit comments