From 0a1ba404adb46020ca70f9c46b3c5995b8d2dc8d Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 21 Apr 2026 15:34:34 +0000 Subject: [PATCH] =?UTF-8?q?map=20electric=20storage=20heater=20fuel=20type?= =?UTF-8?q?=20=F0=9F=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/documents_parser/tests/test_end_to_end.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/documents_parser/tests/test_end_to_end.py b/backend/documents_parser/tests/test_end_to_end.py index 121c004a..0c2369f0 100644 --- a/backend/documents_parser/tests/test_end_to_end.py +++ b/backend/documents_parser/tests/test_end_to_end.py @@ -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"