Skip to content

Commit 9b1c9c2

Browse files
test: fix issue with demographics test post postcode change
1 parent f46d870 commit 9b1c9c2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/testdata/demographics/basic_demographics_ddb.dischema.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"Forename": "str",
1010
"Surname": "str",
1111
"Date_Of_Birth": "date",
12-
"Postcode": "postcode",
12+
"Postcode": {
13+
"callable": "postcode"
14+
},
1315
"Postcode_Country": "str",
1416
"Postcode_Format_Valid": "str",
1517
"Postcode_Valid": "str"

0 commit comments

Comments
 (0)