Skip to content

Commit

Permalink
Update table names for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Jun 23, 2023
1 parent a0ac7ce commit ec3ac77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/test/utils/indicator-records-preconditions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ export const createWorldToCalculateIndicatorRecords = async (
h3tableName: 'h3_grid_spam2010v2r0_global_ha',
});
const weightedCarbonH3Data = await createH3Data({
h3columnName: 'forestGhg2020Buffered',
h3columnName: 'forestGhgBuffered2021',
h3tableName: 'h3_grid_ghg_global',
});
const weightedDeforestationH3Data = await createH3Data({
h3columnName: 'hansenLoss2020HaBuffered',
h3columnName: 'hansenLossBuffered2021',
h3tableName: 'h3_grid_deforestation_global',
});
const waterStressH3Data = await createH3Data({
Expand Down
4 changes: 2 additions & 2 deletions api/test/utils/scenario-interventions-preconditions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ export async function createInterventionPreconditions(
h3tableName: 'h3_grid_spam2010v2r0_global_ha',
});
const weightedCarbonH3Data = await createH3Data({
h3columnName: 'forestGhg2020Buffered',
h3columnName: 'forestGhgBuffered2021',
h3tableName: 'h3_grid_ghg_global',
});
const weightedDeforestationH3Data = await createH3Data({
h3columnName: 'hansenLoss2020HaBuffered',
h3columnName: 'hansenLossBuffered2021',
h3tableName: 'h3_grid_deforestation_global',
});
const waterStressH3Data = await createH3Data({
Expand Down

0 comments on commit ec3ac77

Please sign in to comment.