Skip to content

Commit

Permalink
Really fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Shutgun committed Mar 27, 2023
1 parent cec974d commit e9b2317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/devolo_home_network/test_button.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ async def test_start_wps(hass: HomeAssistant, mock_device: MockDevice) -> None:


@pytest.mark.parametrize(
("name, trigger_method"),
("name", "trigger_method"),
[
["identify_device_with_a_blinking_led", "async_identify_device_start"],
["start_plc_pairing", "async_pair_device"],
Expand Down

0 comments on commit e9b2317

Please sign in to comment.