Skip to content

Commit

Permalink
Fixed expected test result (to reflect new ordering of charges return…
Browse files Browse the repository at this point in the history
…ed by api service).
  • Loading branch information
Tim Golding committed Feb 14, 2018
1 parent b790cff commit d775e87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/resources/epaye/monthly-statement/out/2017-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"lastDay": "2017-07-05"
},
"rtiCharges": [
{
"code": "RTI_IN_YEAR_CHARGE_INCOME_TAX",
"amount": 500
},
{
"code": "RTI_IN_YEAR_CHARGE_NIC1",
"amount": 300
},
{
"code": "RTI_IN_YEAR_CHARGE_STUDENT_LOAN_DEDUCTION",
"amount": 300
},
{
"code": "RTI_IN_YEAR_CHARGE_INCOME_TAX",
"amount": 500
}
],
"interest": [],
Expand Down

0 comments on commit d775e87

Please sign in to comment.