Skip to content

Commit

Permalink
fix: Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Nov 26, 2024
1 parent 75745ac commit e5ce0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/data/test_reforms_uk.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Set personal allowance to 0",
"data": {
"gov.hmrc.income_tax.allowances.personal_allowance.amount": {
"2024-01-01:2100-12-31": 0
"2024-01-01.2100-12-31": 0
}
},
}
Expand Down
2 changes: 1 addition & 1 deletion tests/python/to_be_refactored/test_yearly_var_removal.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def create_test_household(household_id, country_id):
remove_test_household(household_id, country_id)

with open(
f"./tests/python/data/{country_id}_household.json",
f"./tests/data/{country_id}_household.json",
"r",
encoding="utf-8",
) as f:
Expand Down

0 comments on commit e5ce0ac

Please sign in to comment.