Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
georges1996 committed Jan 22, 2024
1 parent af26a5f commit 2d4cf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/presenters/service_manual_topic_presenter_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def schema_name
first_accordion_section = {
heading: { text: "Group 1" },
summary: { text: "The first group" },
content: { html: "<ul class=\"govuk-list\">\n<li><a class=\"govuk-link\" href=\"/service-manual/user-centred-design/accessibility\">Accessibility</a></li>\n<li><a class=\"govuk-link\" href=\"/service-manual/user-centred-design/resources/patterns/addresses\">Addresses</a></li>\n</ul>" },
content: { html: "<ul class=\"govuk-list\"><li><a class=\"govuk-link\" href=\"/service-manual/user-centred-design/accessibility\">Accessibility</a></li><li><a class=\"govuk-link\" href=\"/service-manual/user-centred-design/resources/patterns/addresses\">Addresses</a></li></ul>" },
expanded: true,
}

Expand Down

0 comments on commit 2d4cf71

Please sign in to comment.