Fix typo in mqtt test name (#117305)

This commit is contained in:
Jan Bouwhuis 2024-05-12 16:44:39 +02:00 committed by GitHub
parent 606a2848db
commit 07061b14d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1014,7 +1014,7 @@ async def test_controlling_valve_by_position_optimistic(
(100, "127", 100, STATE_OPEN), (100, "127", 100, STATE_OPEN),
], ],
) )
async def test_controlling_valve_optimistic_alt_trange_by_set_valve_position( async def test_controlling_valve_optimistic_alt_range_by_set_valve_position(
hass: HomeAssistant, hass: HomeAssistant,
mqtt_mock_entry: MqttMockHAClientGenerator, mqtt_mock_entry: MqttMockHAClientGenerator,
position: int, position: int,