Skip to content

Commit 2cbb9b8

Browse files
committed
test(postcode): Update JE24WD expected admin_ward value
ONSPD now includes pseudo ward name for Channel Islands postcodes.
1 parent 8d4c628 commit 2cbb9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/postcode.regression.unit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ describe("Postcode data regression testing", function () {
155155
admin_district: "Channel Islands",
156156
parish: null,
157157
admin_county: null,
158-
admin_ward: null,
158+
admin_ward: "Channel Islands (pseudo)",
159159
ccg: null,
160160
ccg_code: null,
161161
nuts: null,

0 commit comments

Comments
 (0)