From 7a7b2a839bdd2163b9b2eadbf2f0de852df9d978 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:26:06 -0500 Subject: [PATCH] spelling: components/balboa (#64270) Co-authored-by: Josh Soref --- tests/components/balboa/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/balboa/conftest.py b/tests/components/balboa/conftest.py index 84a8a2c4c19..fbc7faf4d30 100644 --- a/tests/components/balboa/conftest.py +++ b/tests/components/balboa/conftest.py @@ -25,7 +25,7 @@ def client_fixture() -> Generator[None, MagicMock, None]: client.get_model_name.return_value = "FakeSpa" client.get_ssid.return_value = "V0.0" - # constants should preferebly be moved in the library + # constants should preferably be moved in the library # to be class attributes or further refactored client.TSCALE_C = 1 client.TSCALE_F = 0