Skip to content

Commit c4f54ff

Browse files
committedJan 16, 2025·
fix test
1 parent 1b15a10 commit c4f54ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎test/functional/cypress/specs/investments/eyb-lead-details-spec.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ describe('EYB lead details', () => {
6161
})
6262

6363
it('should transform a camelCase string to sentence case', () => {
64-
expect(camelCaseToSentenceCase('find people_with specialist skills_in uk')).to.equal(
65-
'Find people with specialist skills in UK'
66-
)
64+
expect(
65+
camelCaseToSentenceCase('find people_with specialist skills_in uk')
66+
).to.equal('Find people with specialist skills in UK')
6767
})
6868

6969
it('should render all the fields of the details table', () => {

0 commit comments

Comments
 (0)