mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Fix simple typo: unhasable -> unhashable (#28605)
This commit is contained in:
parent
5032c5a04c
commit
c3f07347a1
@ -39,7 +39,7 @@ def test_simple_dict():
|
||||
|
||||
|
||||
def test_unhashable_key():
|
||||
"""Test an unhasable key."""
|
||||
"""Test an unhashable key."""
|
||||
files = {YAML_CONFIG_FILE: "message:\n {{ states.state }}"}
|
||||
with pytest.raises(HomeAssistantError), patch_yaml_files(files):
|
||||
load_yaml_config_file(YAML_CONFIG_FILE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user