Skip to content

Commit

Permalink
Fix name of parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mountolive committed Jan 14, 2025
1 parent 708ae48 commit a9682e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FactoryBot.create :indc_global_emission, year: 2020
FactoryBot.create :indc_global_emission,
year: 2021,
historical_emissions: 100,
historical_emission: 100,
ndcs_conditional_2020: 200
end

Expand Down

0 comments on commit a9682e8

Please sign in to comment.