8000 Fix incorrectly named mocked feature · home-assistant/core@f866a0f · GitHub
[go: up one dir, main page]

Skip to content

Commit f866a0f

Browse files
committed
Fix incorrectly named mocked feature
1 parent 542f2cd commit f866a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/tplink/test_vacuum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async def mocked_vacuum(hass: HomeAssistant) -> Device:
4141
# as we are going to read its choices through it
4242
feats = [
4343
_mocked_feature(
44-
"fan_speed_preset",
44+
"vacuum_fan_speed",
4545
type_=Feature.Type.Choice,
4646
category=Feature.Category.Config,
4747
choices=["Quiet", "Max"],

0 commit comments

Comments
 (0)
0