Fix can not
typo (#87254)
This commit is contained in:
parent
b8a1f87073
commit
810367b757
27 changed files with 35 additions and 35 deletions
|
@ -22,7 +22,7 @@ from homeassistant.util.json import (
|
|||
# Test data that can be saved as JSON
|
||||
TEST_JSON_A = {"a": 1, "B": "two"}
|
||||
TEST_JSON_B = {"a": "one", "B": 2}
|
||||
# Test data that can not be loaded as JSON
|
||||
# Test data that cannot be loaded as JSON
|
||||
TEST_BAD_SERIALIED = "THIS IS NOT JSON\n"
|
||||
TMP_DIR = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue