mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Enable Ruff SIM300 (#86793)
This commit is contained in:
@ -102,7 +102,7 @@ async def test_template_render(mock_call, hass):
|
||||
cmd = mock_call.mock_calls[0][1]
|
||||
|
||||
assert mock_call.call_count == 1
|
||||
assert ("ls", "/bin", "Works") == cmd
|
||||
assert cmd == ("ls", "/bin", "Works")
|
||||
|
||||
|
||||
@patch("homeassistant.components.shell_command.asyncio.create_subprocess_shell")
|
||||
|
Reference in New Issue
Block a user