mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Fix typos found by codespell (#31243)
* Fix typos found by codespell * Fix typos found by codespell * codespell: Furture ==> Future * Update test_config_flow.py * Update __init__.py * Spellcheck: successfull ==> successful * Codespell: unsuccesful ==> unsuccessful * Codespell: cant ==> can't * Codespell: firware ==> firmware * Codespell: mimick ==> mimic
This commit is contained in:
@@ -100,7 +100,7 @@ async def test_network_key_validation(hass, mock_openzwave):
|
||||
|
||||
|
||||
async def test_erronous_network_key_fails_validation(hass, mock_openzwave):
|
||||
"""Test failing erronous network key validation."""
|
||||
"""Test failing erroneous network key validation."""
|
||||
test_values = [
|
||||
(
|
||||
"0x 01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, "
|
||||
|
||||
Reference in New Issue
Block a user