Skip to content

Commit

Permalink
feat(EMS-3878): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbarnes committed Oct 2, 2024
1 parent f94bc90 commit b4856be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const {

const { INSURANCE_ROOT, ALL_SECTIONS, PROBLEM_WITH_SERVICE } = ROUTES.INSURANCE;

describe('controllers/insurance/your-buyer/curreny-of-late-payments/save-and-back', () => {
describe('controllers/insurance/your-buyer/currency-of-late-payments/save-and-back', () => {
let req: Request;
let res: Response;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const post = async (req: Request, res: Response) => {

return res.redirect(`${INSURANCE_ROOT}/${referenceNumber}${ALL_SECTIONS}`);
} catch (error) {
console.error('Error updating application - your buyer - currency of late payments (save and back) %O', error);
console.error('Error updating application - your buyer - currency of late payments (save and back) %o', error);

return res.redirect(PROBLEM_WITH_SERVICE);
}
Expand Down

0 comments on commit b4856be

Please sign in to comment.