diff --git a/src/data/case-studies.ts b/src/data/case-studies.ts index 6f49235..e055061 100644 --- a/src/data/case-studies.ts +++ b/src/data/case-studies.ts @@ -456,8 +456,7 @@ export const CASE_STUDIES: CaseStudy[] = [ }, { id: '7', - title: - 'Free-flowing rivers for freshwater and wetland biodiversity in the Rogaland water region', + title: 'Free-flowing rivers for freshwater and wetland biodiversity in the Rogaland', subTheme: 'Free-flowing rivers for freshwater and wetland biodiversity', thematicAreas: [ThematicArea.BIODIVERSITY_PROTECTION], location: { @@ -474,7 +473,7 @@ export const CASE_STUDIES: CaseStudy[] = [ }, properties: { id: '7', - name: 'Free-flowing rivers for freshwater and wetland biodiversity in the Rogaland water region', + name: 'Free-flowing rivers for freshwater and wetland biodiversity in the Rogaland', thematicAreas: [ThematicArea.BIODIVERSITY_PROTECTION], }, }, @@ -693,7 +692,7 @@ export const CASE_STUDIES: CaseStudy[] = [ type: 'Feature', geometry: { type: 'Point', - coordinates: [-9.051501731471465, 53.274995533218394], + coordinates: [-6.1430735, 53.2782817], }, properties: { id: '11', @@ -799,7 +798,7 @@ export const CASE_STUDIES: CaseStudy[] = [ }, { id: '13', - title: 'Preventing plastic pollution together in the coastal environment', + title: 'Together against plastic pollution', subTheme: 'Preventing plastics in the ocean', thematicAreas: [ThematicArea.ZERO_POLLUTION], location: { @@ -816,7 +815,7 @@ export const CASE_STUDIES: CaseStudy[] = [ }, properties: { id: '13', - name: 'Preventing plastic pollution together in the coastal environment', + name: 'Together against plastic pollution', thematicAreas: [ThematicArea.ZERO_POLLUTION], }, }, diff --git a/tests/events/case-studies.service.test.ts b/tests/events/case-studies.service.test.ts index 91ba3b3..e8094da 100644 --- a/tests/events/case-studies.service.test.ts +++ b/tests/events/case-studies.service.test.ts @@ -453,7 +453,7 @@ describe('CaseStudyService', () => { type: 'Feature', geometry: { type: 'Point', - coordinates: [-9.051501731471465, 53.274995533218394], + coordinates: [-6.1430735, 53.2782817], }, properties: { id: '11', @@ -547,7 +547,7 @@ describe('CaseStudyService', () => { }, { id: '13', - title: 'Preventing plastic pollution together in the coastal environment', + title: 'Together against plastic pollution', subTheme: 'Preventing plastics in the ocean', thematicAreas: ['Zero Pollution'], location: { @@ -564,7 +564,7 @@ describe('CaseStudyService', () => { }, properties: { id: '13', - name: 'Preventing plastic pollution together in the coastal environment', + name: 'Together against plastic pollution', thematicAreas: ['Zero Pollution'], }, }, @@ -1195,8 +1195,7 @@ describe('CaseStudyService', () => { }, { id: '7', - title: - 'Free-flowing rivers for freshwater and wetland biodiversity in the Rogaland water region', + title: 'Free-flowing rivers for freshwater and wetland biodiversity in the Rogaland', subTheme: 'Free-flowing rivers for freshwater and wetland biodiversity', thematicAreas: ['Biodiversity Protection'], location: { @@ -1213,7 +1212,7 @@ describe('CaseStudyService', () => { }, properties: { id: '7', - name: 'Free-flowing rivers for freshwater and wetland biodiversity in the Rogaland water region', + name: 'Free-flowing rivers for freshwater and wetland biodiversity in the Rogaland', thematicAreas: ['Biodiversity Protection'], }, }, @@ -1354,7 +1353,7 @@ describe('CaseStudyService', () => { type: 'Feature', geometry: { type: 'Point', - coordinates: [-9.051501731471465, 53.274995533218394], + coordinates: [-6.1430735, 53.2782817], }, properties: { id: '11', @@ -1798,8 +1797,7 @@ describe('CaseStudyService', () => { }, { id: '7', - title: - 'Free-flowing rivers for freshwater and wetland biodiversity in the Rogaland water region', + title: 'Free-flowing rivers for freshwater and wetland biodiversity in the Rogaland', subTheme: 'Free-flowing rivers for freshwater and wetland biodiversity', thematicAreas: ['Biodiversity Protection'], location: { @@ -1816,7 +1814,7 @@ describe('CaseStudyService', () => { }, properties: { id: '7', - name: 'Free-flowing rivers for freshwater and wetland biodiversity in the Rogaland water region', + name: 'Free-flowing rivers for freshwater and wetland biodiversity in the Rogaland', thematicAreas: ['Biodiversity Protection'], }, }, @@ -1957,7 +1955,7 @@ describe('CaseStudyService', () => { type: 'Feature', geometry: { type: 'Point', - coordinates: [-9.051501731471465, 53.274995533218394], + coordinates: [-6.1430735, 53.2782817], }, properties: { id: '11',