Skip to content

Commit

Permalink
updates study cases
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Nov 18, 2024
1 parent 43d6e55 commit 2807951
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
11 changes: 5 additions & 6 deletions src/data/case-studies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -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],
},
},
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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: {
Expand All @@ -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],
},
},
Expand Down
20 changes: 9 additions & 11 deletions tests/events/case-studies.service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ describe('CaseStudyService', () => {
type: 'Feature',
geometry: {
type: 'Point',
coordinates: [-9.051501731471465, 53.274995533218394],
coordinates: [-6.1430735, 53.2782817],
},
properties: {
id: '11',
Expand Down Expand Up @@ -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: {
Expand All @@ -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'],
},
},
Expand Down Expand Up @@ -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: {
Expand All @@ -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'],
},
},
Expand Down Expand Up @@ -1354,7 +1353,7 @@ describe('CaseStudyService', () => {
type: 'Feature',
geometry: {
type: 'Point',
coordinates: [-9.051501731471465, 53.274995533218394],
coordinates: [-6.1430735, 53.2782817],
},
properties: {
id: '11',
Expand Down Expand Up @@ -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: {
Expand All @@ -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'],
},
},
Expand Down Expand Up @@ -1957,7 +1955,7 @@ describe('CaseStudyService', () => {
type: 'Feature',
geometry: {
type: 'Point',
coordinates: [-9.051501731471465, 53.274995533218394],
coordinates: [-6.1430735, 53.2782817],
},
properties: {
id: '11',
Expand Down

0 comments on commit 2807951

Please sign in to comment.