mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Grammar and spelling fixes (#16065)
This commit is contained in:
committed by
Fabian Affolter
parent
9e1fa7ef42
commit
dbd0763f83
@@ -231,7 +231,7 @@ async def test_forward_entry_sets_up_component(hass):
|
||||
|
||||
|
||||
async def test_forward_entry_does_not_setup_entry_if_setup_fails(hass):
|
||||
"""Test we do not setup entry if component setup fails."""
|
||||
"""Test we do not set up entry if component setup fails."""
|
||||
entry = MockConfigEntry(domain='original')
|
||||
|
||||
mock_setup = MagicMock(return_value=mock_coro(False))
|
||||
|
||||
Reference in New Issue
Block a user