expected performance for sloping ceiling updated to good

This commit is contained in:
Khalim Conn-Kowlessar 2026-01-27 09:31:18 +00:00
parent f8937c790a
commit f123a7ab89

View file

@ -498,5 +498,5 @@ class TestRoofRecommendations:
}
assert roof_recommender.recommendations[0]["description_simulation"] == {
'roof-description': 'Pitched, insulated', 'roof-energy-eff': 'Good'
'roof-description': 'Pitched, insulated', 'roof-energy-eff': 'Average'
}