Skip to content

Commit

Permalink
Correct value in test title
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Claxton <[email protected]>
  • Loading branch information
Cruikshanks and Jozzey authored Mar 8, 2023
1 parent 37ab50e commit 0dc39e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ describe('Calculate Authorised and Billable days service', () => {
}
})

it('returns 182 for authorised days and 59 for billable days', () => {
it('returns 182 for authorised days and 0 for billable days', () => {
const result = CalculateAuthorisedAndBillableDaysService.go(chargePeriod, billingPeriod, chargeElement)

expect(result.authorisedDays).to.equal(182)
Expand Down

0 comments on commit 0dc39e7

Please sign in to comment.