1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Upgrade codespell to 2.0.0 (#44695)

* Upgrade codespell to 2.0.0

* Fix newly found spelling errors
This commit is contained in:
Ville Skyttä
2020-12-31 20:14:07 +02:00
committed by GitHub
parent cdda5900e5
commit 1c8fbc7e6a
7 changed files with 10 additions and 8 deletions

View File

@@ -97,7 +97,7 @@ async def test_helpers_wrapper(hass):
async def test_custom_component_name(hass):
"""Test the name attribte of custom components."""
"""Test the name attribute of custom components."""
integration = await loader.async_get_integration(hass, "test_standalone")
int_comp = integration.get_component()
assert int_comp.__name__ == "custom_components.test_standalone"