rewiringamerica / api.rewiringamerica.org

A RESTful web API for federal, state, utility and local rebates, tax credits and other electrification incentives.
https://api.rewiringamerica.org
Apache License 2.0
7 stars 0 forks source link

Update invalid max amount for MI-65 #498

Closed matelau closed 4 months ago

matelau commented 4 months ago

Issue reported here: https://rewiringameri-g3x1100.slack.com/archives/C04E4THEGMT/p1717445434575539

Incentive link: https://www.consumersenergy.com/residential/save-money-and-energy/rebates/heating-and-cooling

matelau commented 4 months ago

Maybe worth a unit test somewhere that amount.maximum >= amount.number (in isIncentiveAmountValid in schemas.test.ts)?

Good call! I just added the test and found a couple others that were out of spec.