Skip to content

Commit

Permalink
Update payroll test data fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed Nov 18, 2024
1 parent 0617dcb commit d0bb3bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions payroll/fixtures/test_payroll_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"fields": {
"cost_centre": "888812",
"employee_no": "00000001",
"programme_code": "338887",
"first_name": "John",
"last_name": "Smith"
}
Expand All @@ -15,6 +16,7 @@
"fields": {
"cost_centre": "888812",
"employee_no": "00000002",
"programme_code": "338887",
"first_name": "Jane",
"last_name": "Doe"
}
Expand Down

0 comments on commit d0bb3bd

Please sign in to comment.