Skip to content

Commit

Permalink
Remove contraction
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Joel committed Aug 10, 2022
1 parent 7884662 commit f2f577b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eq-publisher/src/eq_schema/block-types/Introduction.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe("Introduction", () => {
beforeEach(() => {
apiData = {
id: "1",
description: `<ul><li>Data should relate to all sites in England, Scotland, Wales and Northern Ireland unless otherwise stated. </li><li>You can provide info estimates if actual figures aren’t available.</li><li>We will treat your data securely and confidentially.</li><li>${piping}</li></ul>`,
description: `<ul><li>Data should relate to all sites in England, Scotland, Wales and Northern Ireland unless otherwise stated. </li><li>You can provide info estimates if actual figures are not available.</li><li>We will treat your data securely and confidentially.</li><li>${piping}</li></ul>`,
legalBasis: "NOTICE_2",
secondaryTitle: `<p>Information you need ${piping}</p>`,
secondaryDescription:
Expand Down Expand Up @@ -49,7 +49,7 @@ describe("Introduction", () => {
{
list: [
"Data should relate to all sites in England, Scotland, Wales and Northern Ireland unless otherwise stated. ",
"You can provide info estimates if actual figures aren’t available.",
"You can provide info estimates if actual figures are not available.",
"We will treat your data securely and confidentially.",
"{{ metadata['some_metadata'] }}",
],
Expand All @@ -75,7 +75,7 @@ describe("Introduction", () => {
{
list: [
"Data should relate to all sites in England, Scotland, Wales and Northern Ireland unless otherwise stated. ",
"You can provide info estimates if actual figures aren’t available.",
"You can provide info estimates if actual figures are not available.",
"We will treat your data securely and confidentially.",
"{{ metadata['some_metadata'] }}",
],
Expand Down

0 comments on commit f2f577b

Please sign in to comment.