Skip to content

Commit

Permalink
Update fixture to reflect expected data_source property
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokemper committed Jan 3, 2025
1 parent 62fe754 commit 53daaa2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/fixtures/alertsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const alertsData = [
"[[[-80.78537592903848, 37.446658040122884], [-80.81410795543034, 37.452268462305675], [-80.80634360415627, 37.4655781235064], [-80.82838688698578, 37.46578398873958], [-80.78537592903848, 37.446658040122884]]]",
g__geodesic: "False",
g__type: "Polygon",
_topic: "fake alerts provider",
data_source: "fake alerts provider",
alert_type: "gold_mining",
area_alert_ha: "0.85",
basin_id: "3632508",
Expand All @@ -30,7 +30,7 @@ export const alertsData = [
"[[[-77.06349244348142, 36.61160725153107], [-77.06597751392289, 36.646651140334555], [-77.11075178510592, 36.658805540398], [-77.06747941647211, 36.61456275050021], [-77.06349244348142, 36.61160725153107]]]",
g__geodesic: "False",
g__type: "Polygon",
_topic: "fake alerts provider",
data_source: "fake alerts provider",
alert_type: "wildlife_trafficking",
area_alert_ha: "2.74",
basin_id: "5791776",
Expand All @@ -55,7 +55,7 @@ export const alertsData = [
"[[[-82.73403463845246, 38.080604369447364], [-82.73200455379782, 38.086517243166355], [-82.71898574691426, 38.11941370416463], [-82.73646246474067, 38.16836152013973], [-82.73403463845246, 38.080604369447364]]]",
g__geodesic: "False",
g__type: "Polygon",
_topic: "fake alerts provider",
data_source: "fake alerts provider",
alert_type: "gold_mining",
area_alert_ha: "3.37",
basin_id: "2608648",
Expand Down Expand Up @@ -84,7 +84,7 @@ export const alertsMetadata = [
year: 2024,
total_alerts: "2",
description_alerts: "fire",
alert_source: "alerts_provider",
data_source: "alerts_provider",
},
{
territory: "999",
Expand All @@ -93,6 +93,6 @@ export const alertsMetadata = [
year: 2023,
total_alerts: "1",
description_alerts: "fire",
alert_source: "alerts_provider",
data_source: "alerts_provider",
},
];

0 comments on commit 53daaa2

Please sign in to comment.