Skip to content

Commit

Permalink
Fix parameter reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Aug 29, 2022
1 parent f1c02b9 commit a72a51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oguk/tests/test_get_micro_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_frs():

# create a parametric reform
def lower_pa(parameters):
parameters.tax.income_tax.allowances.personal_allowance.amount.update(
parameters.gov.hmrc.income_tax.allowances.personal_allowance.amount.update(
period="year:2022:10", value=10000
)
return parameters
Expand Down

0 comments on commit a72a51e

Please sign in to comment.