Skip to content

Commit

Permalink
Fix update entity test
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Jul 20, 2024
1 parent b0adec8 commit 182fa5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/components/matter/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ async def updateable_node_fixture(
async def test_update_entity(
hass: HomeAssistant,
matter_client: MagicMock,
check_node_update: AsyncMock,
updateable_node: MatterNode,
) -> None:
"""Test update entity exists and update check got made."""
Expand Down

0 comments on commit 182fa5d

Please sign in to comment.