Skip to content

Commit d242773

Browse files
Fix tests and update country packages (#2581)
* Test uses incorrect BRMA variable in the UK Fixes #2580 * Only update UK
1 parent e9d6824 commit d242773

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
fixed:
4+
- Incorrect variable usage in the UK package.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"policyengine_canada==0.96.2",
2525
"policyengine-ng==0.5.1",
2626
"policyengine-il==0.1.0",
27-
"policyengine_uk==2.32.0",
27+
"policyengine_uk==2.32.2",
2828
"policyengine_us==1.309.0",
2929
"policyengine_core>=3.16.6",
3030
"policyengine>=0.3.0",

tests/data/uk_household.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"households": {
1818
"your household": {
19-
"BRMA": {
19+
"brma": {
2020
"2023": "MAIDSTONE"
2121
},
2222
"local_authority": {

0 commit comments

Comments
 (0)