map electric storage heater fuel type 🟥

This commit is contained in:
Daniel Roth 2026-04-21 15:34:34 +00:00
parent 44b6a6a0db
commit 0a1ba404ad

View file

@ -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"