From 0dc39e7b42c69a7131b3c6547fa9dddfccfcc999 Mon Sep 17 00:00:00 2001 From: Alan Cruikshanks Date: Wed, 8 Mar 2023 17:39:34 +0000 Subject: [PATCH] Correct value in test title Co-authored-by: Jason Claxton <30830544+Jozzey@users.noreply.github.com> --- .../calculate-authorised-and-billable-days.service.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/services/supplementary-billing/calculate-authorised-and-billable-days.service.test.js b/test/services/supplementary-billing/calculate-authorised-and-billable-days.service.test.js index b4df198360..3b0def0667 100644 --- a/test/services/supplementary-billing/calculate-authorised-and-billable-days.service.test.js +++ b/test/services/supplementary-billing/calculate-authorised-and-billable-days.service.test.js @@ -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)