mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 04:33:49 +01:00
Fix typos found by codespell (#31243)
* Fix typos found by codespell * Fix typos found by codespell * codespell: Furture ==> Future * Update test_config_flow.py * Update __init__.py * Spellcheck: successfull ==> successful * Codespell: unsuccesful ==> unsuccessful * Codespell: cant ==> can't * Codespell: firware ==> firmware * Codespell: mimick ==> mimic
This commit is contained in:
@@ -263,7 +263,7 @@ async def test_extract_from_service_no_group_expand(hass):
|
||||
async def test_setup_dependencies_platform(hass):
|
||||
"""Test we setup the dependencies of a platform.
|
||||
|
||||
We're explictely testing that we process dependencies even if a component
|
||||
We're explicitly testing that we process dependencies even if a component
|
||||
with the same name has already been loaded.
|
||||
"""
|
||||
mock_integration(
|
||||
@@ -305,7 +305,7 @@ async def test_setup_entry(hass):
|
||||
|
||||
|
||||
async def test_setup_entry_platform_not_exist(hass):
|
||||
"""Test setup entry fails if platform doesnt exist."""
|
||||
"""Test setup entry fails if platform does not exist."""
|
||||
component = EntityComponent(_LOGGER, DOMAIN, hass)
|
||||
entry = MockConfigEntry(domain="non_existing")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user