Fix doc string in mqtt test (#88138)

Fix docstr
This commit is contained in:
Jan Bouwhuis
2023-02-15 05:56:03 +01:00
committed by GitHub
parent cc8c42ea7a
commit 6c23d6abfe

View File

@ -1290,7 +1290,7 @@ async def test_subscribe_same_topic(
mqtt_client_mock: MqttMockPahoClient,
mqtt_mock_entry_no_yaml_config: MqttMockHAClientGenerator,
) -> None:
"""Test subscring to same topic twice and simulate retained messages.
"""Test subscribing to same topic twice and simulate retained messages.
When subscribing to the same topic again, SUBSCRIBE must be sent to the broker again
for it to resend any retained messages.