mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Improve formatting in component test files (#135267)
Improve formatting in test files
This commit is contained in:
@@ -99,9 +99,9 @@ async def test_services_remote(hass: HomeAssistant, config) -> None:
|
||||
"adb_shell",
|
||||
{ATTR_COMMAND: ["BACK", "test"], ATTR_NUM_REPEATS: 2},
|
||||
[
|
||||
f"input keyevent {KEYS["BACK"]}",
|
||||
f"input keyevent {KEYS['BACK']}",
|
||||
"test",
|
||||
f"input keyevent {KEYS["BACK"]}",
|
||||
f"input keyevent {KEYS['BACK']}",
|
||||
"test",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user