mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
map electric storage heater fuel type 🟥
This commit is contained in:
parent
44b6a6a0db
commit
0a1ba404ad
1 changed files with 3 additions and 0 deletions
|
|
@ -299,3 +299,6 @@ class TestPdfToEpcPropertyDataFixture3:
|
|||
def test_photovoltaic_supply_percent_roof(self, result: EpcPropertyData) -> None:
|
||||
assert result.sap_energy_source.photovoltaic_supply is not None
|
||||
assert result.sap_energy_source.photovoltaic_supply.none_or_no_details.percent_roof_area == 45
|
||||
|
||||
def test_electric_storage_heater_fuel_type(self, result: EpcPropertyData) -> None:
|
||||
assert result.sap_heating.main_heating_details[0].main_fuel_type == "Electricity"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue