Skip to content

Commit

Permalink
Fix wrong order in assert
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwew committed Nov 6, 2023
1 parent 572bdae commit 07a9633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/plugwise/test_climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ async def test_anna_3_climate_entity_attributes(
assert state.state == HVACMode.AUTO
assert state.attributes["hvac_action"] == "idle"
assert state.attributes["hvac_modes"] == [
HVACMode.HEAT_COOL,
HVACMode.AUTO,
HVACMode.HEAT_COOL,
]


Expand Down

0 comments on commit 07a9633

Please sign in to comment.