Skip to content

Commit

Permalink
Fix attributes test value
Browse files Browse the repository at this point in the history
  • Loading branch information
terminet85 committed Oct 13, 2021
1 parent e973c10 commit adc2e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_sensor_tumble_dryer.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ async def test_main_sensor_idle(hass: HomeAssistant, aioclient_mock: AiohttpClie
'program': 1,
'remaining_minutes': 150,
'remote_control': True,
'dry_level': 1,
'dry_level': 2,
'dry_level_now': 1,
'refresh': True,
'refresh': False,
'need_clean_filter': False,
'watertank_full': False,
'door_close': True,
Expand Down

0 comments on commit adc2e36

Please sign in to comment.