Skip to content

Commit

Permalink
Update comment integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Feb 28, 2024
1 parent 8d5d70b commit cbdc5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/staffingIndices.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ describe('test/integration/staffingIndices The staffing indices API', () => {
// The pay period is January 2026
// The system will first calculate their year of seniority in relation to the pay period
// Seniority = (2026-01-31) - (2022-01-27) is equal to 4 years (1)
// Last increment = (2026-01-31) - (2024-02-27) is equal to 2 years (2)
// Last increment = (2024-02-27) - (2022-01-27) is equal to 2 years (2)
// Base Index Growth Rate being 5%, the base index of this employee will be increased in
// accordance with the difference in years (1)-(2) => 4 years - 2 years = 2 years,
// - Year 1: 66 + (66 x 0.05) = 69.03
Expand All @@ -246,7 +246,7 @@ describe('test/integration/staffingIndices The staffing indices API', () => {
// The pay period is January 2026
// The system will first calculate their year of seniority in relation to the pay period
// Seniority = (2026-01-31) - (2022-02-27) is equal to 3 years (1)
// Last increment = (2026-01-31) - (2024-02-27) is equal to 2 years (2)
// Last increment = (2024-02-27) - (2024-02-27) is equal to 2 years (2)
// Base Index Growth Rate being 5%, the base index of this employee will be increased in
// accordance with the difference in years (1)-(2) => 3 years - 2 years = 1 year
// - Year 1: 138 + (138 x 0.05) = 144.9 which the system will round to 145
Expand Down

0 comments on commit cbdc5ba

Please sign in to comment.