File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/components/advantage_air Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ async def test_binary_sensor_async_setup_entry(
85
85
dt_util .utcnow () + timedelta (seconds = RELOAD_AFTER_UPDATE_DELAY + 1 ),
86
86
)
87
87
await hass .async_block_till_done (wait_background_tasks = True )
88
- assert len (mock_get .mock_calls ) == 2
88
+ assert len (mock_get .mock_calls ) == 3
89
89
90
90
state = hass .states .get (entity_id )
91
91
assert state
@@ -116,7 +116,7 @@ async def test_binary_sensor_async_setup_entry(
116
116
dt_util .utcnow () + timedelta (seconds = RELOAD_AFTER_UPDATE_DELAY + 1 ),
117
117
)
118
118
await hass .async_block_till_done (wait_background_tasks = True )
119
- assert len (mock_get .mock_calls ) == 2
119
+ assert len (mock_get .mock_calls ) == 3
120
120
121
121
state = hass .states .get (entity_id )
122
122
assert state
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ async def test_sensor_platform_disabled_entity(
140
140
dt_util .utcnow () + timedelta (seconds = RELOAD_AFTER_UPDATE_DELAY + 1 ),
141
141
)
142
142
await hass .async_block_till_done (wait_background_tasks = True )
143
- assert len (mock_get .mock_calls ) == 2
143
+ assert len (mock_get .mock_calls ) == 3
144
144
145
145
state = hass .states .get (entity_id )
146
146
assert state
You can’t perform that action at this time.
0 commit comments