Skip to content

Commit

Permalink
FIXUP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanita Barrett committed Nov 29, 2021
1 parent b468af6 commit d4b82f7
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--columns-2')).toBeTruthy()
expect($section.hasClass('govuk-footer__section--span-2')).toBeTruthy()
})
})

Expand Down

0 comments on commit d4b82f7

Please sign in to comment.