diff --git a/script/scaffold/templates/config_flow/tests/conftest.py b/script/scaffold/templates/config_flow/tests/conftest.py index dab3d971a3b..05993acc329 100644 --- a/script/scaffold/templates/config_flow/tests/conftest.py +++ b/script/scaffold/templates/config_flow/tests/conftest.py @@ -1,4 +1,4 @@ -"""Test the NEW_NAME config flow.""" +"""Common fixtures for the NEW_NAME tests.""" from collections.abc import Generator from unittest.mock import AsyncMock, patch diff --git a/script/scaffold/templates/config_flow_helper/tests/conftest.py b/script/scaffold/templates/config_flow_helper/tests/conftest.py index dab3d971a3b..05993acc329 100644 --- a/script/scaffold/templates/config_flow_helper/tests/conftest.py +++ b/script/scaffold/templates/config_flow_helper/tests/conftest.py @@ -1,4 +1,4 @@ -"""Test the NEW_NAME config flow.""" +"""Common fixtures for the NEW_NAME tests.""" from collections.abc import Generator from unittest.mock import AsyncMock, patch