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

Skip to content

Commit eea55a1

Browse files
committed
Fix incorrectly named mocked feature
1 parent d724f40 commit eea55a1

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