spelling: components/balboa (#64270)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-01-17 15:26:06 +01:00
committed by GitHub
co-authored by Josh Soref
parent aa57b29615
commit 7a7b2a839b
+1 -1
View File
@@ -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