spelling: components/balboa (#64270)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
aa57b29615
commit
7a7b2a839b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue