Fix can not typo (#87254)

This commit is contained in:
epenet 2023-02-03 11:37:16 +01:00 committed by GitHub
parent b8a1f87073
commit 810367b757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 35 additions and 35 deletions

View file

@ -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