Skip to content

Commit

Permalink
update test to look for new sys-param value
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Sep 26, 2024
1 parent f9db43a commit 4490eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system_parameters/test_system_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def test_get_param_with_building_id(self):
sdp = SystemParameters(filename)
self.maxDiff = None
value = sdp.get_param_by_id("abcd1234", "ets_model")
assert value == "None"
assert value == "Indirect Heating and Cooling"

# grab the schema default
value = sdp.get_param_by_id("defgh2345", "ets_model")
Expand Down

0 comments on commit 4490eb5

Please sign in to comment.