Skip to content

Commit

Permalink
udpate test
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Dec 6, 2024
1 parent a71509b commit e8294bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ async def test_sensors(hass, mock_api):

state = hass.states.get(FAKE_CURRENT_RATE_SENSOR)
assert state is not None
assert state.state == "0.06116"
assert state.attributes["all_rates"] == [0.24477, 0.06118, 0.19847, 0.06116]

state = hass.states.get(FAKE_CURRENT_RATE_STRUCTURE_SENSOR)
Expand Down

0 comments on commit e8294bb

Please sign in to comment.