Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshdasa12345 committed Jan 16, 2025
1 parent 1b15a10 commit c4f54ff
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ describe('EYB lead details', () => {
})

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

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

0 comments on commit c4f54ff

Please sign in to comment.