From 54128b5765eca732bdc35610a35bd8ce7de83cb4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:27:28 -0500 Subject: [PATCH] spelling: components/airvisual (#64265) Co-authored-by: Josh Soref --- tests/components/airvisual/test_config_flow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/components/airvisual/test_config_flow.py b/tests/components/airvisual/test_config_flow.py index 65534f1f16c..b4974223830 100644 --- a/tests/components/airvisual/test_config_flow.py +++ b/tests/components/airvisual/test_config_flow.py @@ -246,7 +246,7 @@ async def test_options_flow(hass): async def test_step_geography_by_coords(hass): - """Test setting up a geopgraphy entry by latitude/longitude.""" + """Test setting up a geography entry by latitude/longitude.""" conf = { CONF_API_KEY: "abcde12345", CONF_LATITUDE: 51.528308, @@ -276,7 +276,7 @@ async def test_step_geography_by_coords(hass): async def test_step_geography_by_name(hass): - """Test setting up a geopgraphy entry by city/state/country.""" + """Test setting up a geography entry by city/state/country.""" conf = { CONF_API_KEY: "abcde12345", CONF_CITY: "Beijing",