From 663c05ece9cb309eef613b806fdbf739f84bee4c Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 14 Jul 2026 17:28:03 +0000 Subject: [PATCH] =?UTF-8?q?Code=20PAS=20Hub=20dual-fuel=20room-heater=20ma?= =?UTF-8?q?in-fuel=20label=20to=20SAP=20code=20=F0=9F=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- datatypes/epc/domain/tests/test_from_site_notes.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/datatypes/epc/domain/tests/test_from_site_notes.py b/datatypes/epc/domain/tests/test_from_site_notes.py index b5dd445b8..e2820588d 100644 --- a/datatypes/epc/domain/tests/test_from_site_notes.py +++ b/datatypes/epc/domain/tests/test_from_site_notes.py @@ -203,6 +203,9 @@ class TestMainFuelCoding: ("Mains gas", 26), # standard mains-gas fuel code (landed #1554) ("Mains Gas", 26), # `Fuel:` form capitalisation variant → same code ("Bulk LPG", 27), # bulk LPG (Table 32 code 2), matches Elmhurst map + # Room-heater dual-fuel appliance; `Fuel:`-form label the extractor + # was dropping. 10 = epc_codes `main_fuel` dual fuel (mineral + wood). + ("Dual fuel appliance (mineral and wood)", 10), ("Electricity", 30), # standard-electricity fuel code ], )