Skip to content

Commit 7eb9605

Browse files
committed
Precommit
* tests/test_init.py:
1 parent 5bdcfbf commit 7eb9605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_init.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async def test_homehub(
6565
"""Test entities."""
6666
await snapshot_platform_entities(hass, config_entry, Platform.SENSOR, entity_registry, snapshot, "homehub")
6767

68-
assert hass.states.get("sensor.homehub_ratelimit_minute").state == '0'
68+
assert hass.states.get("sensor.homehub_ratelimit_minute").state == "0"
6969

7070

7171
async def test_offlinedevice(

0 commit comments

Comments
 (0)