Skip to content

Commit e97e705

Browse files
committed
Test cleanup
1 parent d3bd055 commit e97e705

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_cover.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,6 @@ async def test_cover(
289289
)
290290
assert entity.state["state"] == CoverState.OPEN
291291

292-
cluster.PLUGGED_ATTR_READS = {1: 100}
293-
update_attribute_cache(cluster)
294-
await entity.async_update()
295-
await zha_gateway.async_block_till_done()
296-
assert entity.state["state"] == CoverState.OPEN
297-
298292
# close from client
299293
with patch("zigpy.zcl.Cluster.request", return_value=[0x1, zcl_f.Status.SUCCESS]):
300294
await entity.async_close_cover()

0 commit comments

Comments
 (0)