mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
fix remove listener (#3196)
This commit is contained in:
@@ -280,7 +280,7 @@ class TestBootstrap:
|
||||
|
||||
loader.set_component(
|
||||
'switch.platform_a',
|
||||
MockPlatform('comp_b', platform_schema=platform_schema))
|
||||
MockPlatform(platform_schema=platform_schema))
|
||||
|
||||
assert not bootstrap.setup_component(self.hass, 'switch', {
|
||||
'switch': {
|
||||
|
||||
Reference in New Issue
Block a user