Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bonnes committed Sep 10, 2024
1 parent f4b3439 commit 429dbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/test_installs.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def obj_to_dict(obj: object) -> dict[str, Any]:
assert yaml.dump(obj_to_dict(gwy), indent=4) == snapshot(name="gateway")

tcs = gwy._control_systems[0]
assert yaml.dump(obj_to_dict(tcs), indent=4) == snapshot(name="control_system")
assert yaml.dump(obj_to_dict(tcs), indent=4) == snapshot(name="control_system")

dhw = tcs.hotwater
assert yaml.dump(obj_to_dict(dhw), indent=4) == snapshot(name="hot_water")
Expand Down

0 comments on commit 429dbfb

Please sign in to comment.