Skip to content

Commit

Permalink
post merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Aug 8, 2024
1 parent 08850b7 commit b1e04c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/filters/getFullServiceName.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ export default (service) => {
}
return config.serviceNames[service.toLowerCase()] || service
}

export default getFullServiceName
2 changes: 1 addition & 1 deletion test/unit/check/confirmationPage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Check confirmation View', () => {
const html = stripWhitespace(nunjucks.render('submit/confirmation.html', params))

runGenericPageTests(html, {
pageTitle: 'mockDataset submitted - Submit planning and housing data for England',
pageTitle: 'mockDataset submitted - Submit planning and housing data for England'
})

it('should render the gov uk panel', () => {
Expand Down

0 comments on commit b1e04c8

Please sign in to comment.