From 85bafbbc213161cd190f221d9ba21a39354fd01b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:15:45 -0500 Subject: [PATCH] spelling: components/brother (#64273) Co-authored-by: Josh Soref --- tests/components/brother/test_sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/brother/test_sensor.py b/tests/components/brother/test_sensor.py index 2ffaf3a2a23..7ef87a2e396 100644 --- a/tests/components/brother/test_sensor.py +++ b/tests/components/brother/test_sensor.py @@ -309,7 +309,7 @@ async def test_availability(hass): async def test_manual_update_entity(hass): - """Test manual update entity via service homeasasistant/update_entity.""" + """Test manual update entity via service homeassistant/update_entity.""" await init_integration(hass) data = json.loads(load_fixture("printer_data.json", "brother"))