corrected test

This commit is contained in:
Khalim Conn-Kowlessar 2026-02-11 16:53:19 +00:00
parent 9e6ff3e48d
commit 7ad2b3d46b

View file

@ -30,7 +30,6 @@ class TestRoofAttributes:
'is_roof_room': False, 'is_loft': False, 'is_flat': False, 'is_thatched': False, 'is_at_rafters': False,
'is_assumed': False, 'has_dwelling_above': False, 'is_valid': False, 'insulation_thickness': None
}
assert set(list(RoofAttributes('').process().values())) == {False}
def test_clean_roof(self):
result = RoofAttributes('Pitched, 270 mm loft insulation').process()