From bfd5a62bad68011db8b7da5de3b69d498f843490 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 10 Feb 2021 11:31:51 +0100 Subject: [PATCH] Fix typo (#46321) --- tests/helpers/test_entity_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers/test_entity_registry.py b/tests/helpers/test_entity_registry.py index 0fa2d486a9f..b176f7022d5 100644 --- a/tests/helpers/test_entity_registry.py +++ b/tests/helpers/test_entity_registry.py @@ -720,7 +720,7 @@ async def test_update_device_race(hass, registry): config_entry_id=config_entry.entry_id, connections={("mac", "12:34:56:AB:CD:EF")}, ) - # Updatete it + # Update it device_registry.async_get_or_create( config_entry_id=config_entry.entry_id, identifiers={("bridgeid", "0123")},