Skip to content

Commit

Permalink
Fix typo in backup tests (#130978)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Nov 19, 2024
1 parent 6680581 commit db76939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/components/backup/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ async def test_not_loading_bad_platforms(
assert "Loaded 0 platforms" in caplog.text


async def test_exception_plaform_pre(
async def test_exception_platform_pre(
hass: HomeAssistant, mocked_json_bytes: Mock, mocked_tarfile: Mock
) -> None:
"""Test exception in pre step."""
Expand All @@ -449,7 +449,7 @@ async def _mock_step(hass: HomeAssistant) -> None:
await _mock_backup_generation(hass, manager, mocked_json_bytes, mocked_tarfile)


async def test_exception_plaform_post(
async def test_exception_platform_post(
hass: HomeAssistant, mocked_json_bytes: Mock, mocked_tarfile: Mock
) -> None:
"""Test exception in post step."""
Expand Down

0 comments on commit db76939

Please sign in to comment.