mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Upgrade black to 20.8b1 (#39287)
This commit is contained in:
@@ -50,7 +50,8 @@ async def test_device_registry(hass, config_entry, config, soco):
|
||||
|
||||
device_registry = await hass.helpers.device_registry.async_get_registry()
|
||||
reg_device = device_registry.async_get_device(
|
||||
identifiers={("sonos", "RINCON_test")}, connections=set(),
|
||||
identifiers={("sonos", "RINCON_test")},
|
||||
connections=set(),
|
||||
)
|
||||
assert reg_device.model == "Model Name"
|
||||
assert reg_device.sw_version == "49.2-64250"
|
||||
|
||||
Reference in New Issue
Block a user