1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 08:41:59 +00:00

more cover

This commit is contained in:
J. Nick Koston
2025-12-22 22:06:48 -10:00
parent da8e23f968
commit 2d6b9b3888

View File

@@ -282,7 +282,7 @@ def test_sanitize(text, expected):
@pytest.mark.parametrize(
("name", "expected_hash"),
(
# Basic strings - hash of snake_case(sanitize(name))
# Basic strings - hash of sanitize(snake_case(name))
("foo", 0x408F5E13),
("Foo", 0x408F5E13), # Same as "foo" (lowercase)
("FOO", 0x408F5E13), # Same as "foo" (lowercase)