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