Skip to content

Commit a8e66ac

Browse files
committed
Fix another test-assert
1 parent 7542221 commit a8e66ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/components/plugwise/test_climate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ async def test_anna_climate_entity_climate_changes(
334334
)
335335
assert mock_smile_anna.set_schedule_state.call_count == 1
336336
mock_smile_anna.set_schedule_state.assert_called_with(
337-
"c784ee9fdab44e1395b8dee7d7a497d5", HVACMode.OFF
337+
"c784ee9fdab44e1395b8dee7d7a497d5", HVACMode.OFF, "standaard",
338338
)
339339

340340
# Mock user deleting last schedule from app or browser

0 commit comments

Comments
 (0)