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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user