Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanita Barrett committed Dec 1, 2021
1 parent 9d49b43 commit 6d0f09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/govuk/components/footer/template.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ describe('footer', () => {

const $component = $('.govuk-footer')
const $section = $component.find('div.govuk-footer__section')
expect($section.hasClass('govuk-footer__section--span-2')).toBeTruthy()
expect($section.hasClass('govuk-footer__section--columns-2')).toBeTruthy()
})
})

Expand Down

0 comments on commit 6d0f09d

Please sign in to comment.