From 7ca02588abca7ff27eff00edcef7aa9d61728d07 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 16 Jul 2026 15:46:24 +0000 Subject: [PATCH] =?UTF-8?q?Resolve=20Medium=20cylinder=20band=20to=20Table?= =?UTF-8?q?=2028=20fixed=20160=20L=20(code=203)=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 1c8c211cb..7a91425ea 100644 --- a/datatypes/epc/domain/tests/test_from_site_notes.py +++ b/datatypes/epc/domain/tests/test_from_site_notes.py @@ -777,6 +777,7 @@ class TestCylinderSizeCoding: "label, expected_code", [ ("Normal (90-130 litres)", 2), + ("Medium (131-170 litres)", 3), # Table 28 Medium → fixed 160 L ("Large (>170 litres)", 4), ("No Access", 2), # fed from the (gas) main → Table 28 "otherwise" ],