From f2f577b60742906734b7cfbe48fa2bb3b5331b2a Mon Sep 17 00:00:00 2001 From: Paul-Joel Date: Wed, 10 Aug 2022 12:05:55 +0100 Subject: [PATCH] Remove contraction --- eq-publisher/src/eq_schema/block-types/Introduction.test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eq-publisher/src/eq_schema/block-types/Introduction.test.js b/eq-publisher/src/eq_schema/block-types/Introduction.test.js index 40f6740766..34d57d01f5 100644 --- a/eq-publisher/src/eq_schema/block-types/Introduction.test.js +++ b/eq-publisher/src/eq_schema/block-types/Introduction.test.js @@ -7,7 +7,7 @@ describe("Introduction", () => { beforeEach(() => { apiData = { id: "1", - description: ``, + description: ``, legalBasis: "NOTICE_2", secondaryTitle: `

Information you need ${piping}

`, secondaryDescription: @@ -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'] }}", ], @@ -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'] }}", ],