Skip to content

Commit

Permalink
update tests to match new data output values
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Nov 26, 2024
1 parent 5a39823 commit 8e7677e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ describe('Create Custom Projects - Setup', () => {

expect(response.body.data).toMatchObject({
feasibilityAnalysis: 50000,
conservationPlanningAndAdmin: 166766.66666666666,
dataCollectionAndFieldCost: 26666.666666666668,
communityRepresentation: 67633.33333333333,
conservationPlanningAndAdmin: 166766.666666667,
dataCollectionAndFieldCost: 26666.6666666667,
communityRepresentation: 67633.3333333333,
blueCarbonProjectPlanning: 100000,
establishingCarbonRights: 46666.666666666664,
establishingCarbonRights: 46666.6666666667,
financingCost: 0.05,
validation: 50000,
implementationLabor: 0,
Expand Down

0 comments on commit 8e7677e

Please sign in to comment.