Skip to content

Commit

Permalink
Doh!
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 Nov 3, 2023
1 parent 82b3171 commit a8c6290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/presenters/bills/multi-licence-bill.presenter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ describe('Multi Licence Bill presenter', () => {
bill.billRun.scheme = 'alcs'
})

it('returns Cold', () => {
it('returns Old', () => {
const result = MultiLicenceBillPresenter.go(bill, licenceSummaries, billingAccount)

expect(result.chargeScheme).to.equal('Old')
Expand Down

0 comments on commit a8c6290

Please sign in to comment.