Skip to content

Commit

Permalink
Housekeeping - correct test file name for service
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruikshanks committed Apr 3, 2024
1 parent cee9de1 commit 61845b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ChargingModuleViewBillRunRequest = require('../../../app/requests/charging
// Thing under test
const SubmitSendBillBunService = require('../../../app/services/bill-runs/submit-send-bill-run.service.js')

describe('Submit Cancel Bill Run service', () => {
describe('Submit Send Bill Run service', () => {
// NOTE: introducing a delay in the tests is not ideal. But the service is written such that the send happens in the
// background and is not awaited. We want to confirm things like the records have been updated. But the only way to do
// so is to give the background process time to complete.
Expand Down

0 comments on commit 61845b3

Please sign in to comment.