From bb604d79bf21b244799dc506ab95a1f94b24c8ea Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 16 Jul 2026 15:41:35 +0000 Subject: [PATCH] =?UTF-8?q?Score=20heating-oil=20dwellings=20via=20SAP=20m?= =?UTF-8?q?ain-fuel=20code=2028=20=F0=9F=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- datatypes/epc/domain/tests/test_from_site_notes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/datatypes/epc/domain/tests/test_from_site_notes.py b/datatypes/epc/domain/tests/test_from_site_notes.py index 0b19b4084..b9d39db84 100644 --- a/datatypes/epc/domain/tests/test_from_site_notes.py +++ b/datatypes/epc/domain/tests/test_from_site_notes.py @@ -1266,6 +1266,7 @@ class TestMainFuelCoding: # was dropping. 10 = epc_codes `main_fuel` dual fuel (mineral + wood). ("Dual fuel appliance (mineral and wood)", 10), ("Electricity", 30), # standard-electricity fuel code + ("Heating oil", 28), # oil (not community); Table 32 code 4 ], ) def test_label_maps_to_sap_code(self, label: str, expected_code: int) -> None: