mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
[core] Fix flake8 D403 in test docstring
This commit is contained in:
@@ -216,7 +216,7 @@ def test_run_esphome_upload_with_substitution_skips_cache(
|
||||
|
||||
|
||||
def test_run_esphome_compile_does_not_use_cache(fresh_cache_files: Path) -> None:
|
||||
"""compile always re-validates -- it's what writes the cache."""
|
||||
"""The compile subcommand always re-validates -- it's what writes the cache."""
|
||||
with (
|
||||
patch("esphome.__main__.read_config", return_value=None) as mock_read,
|
||||
patch.dict(
|
||||
|
||||
Reference in New Issue
Block a user