include property reference in excel row dict 🟥

This commit is contained in:
Daniel Roth 2026-04-15 11:46:29 +00:00
parent e10e29b581
commit 42387da5a3

View file

@ -183,6 +183,7 @@ def test_flatten_full():
# assert
assert result == {
"reference": "1AB245CD",
"address": "1, Fake Avenue, Random, AB24 5CD",
"property_type": "House",
"main_dwelling_floor_1_area_m2": 43.61,
@ -216,6 +217,7 @@ def test_flatten_no_roof():
# assert
assert result == {
"reference": "5XY12AB",
"address": "5, Somewhere, XY1 2AB",
"property_type": "House",
"main_dwelling_floor_1_area_m2": 50.0,