Skip to content

Commit

Permalink
Revise nj_eitc tests to use eitc
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Nov 4, 2023
1 parent 93dbd0f commit e2f8484
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
period: 2022
absolute_error_margin: 0
input:
earned_income_tax_credit: 100
eitc: 100
eitc_eligible: true
nj_childless_eitc_age_eligible: true
state_code: NJ
Expand All @@ -13,7 +13,7 @@
period: 2022
absolute_error_margin: 0
input:
earned_income_tax_credit: 0
eitc: 0
eitc_eligible: false
nj_childless_eitc_age_eligible: true
state_code: NJ
Expand All @@ -25,7 +25,7 @@
absolute_error_margin: 0
input:
filing_status: JOINT
earned_income_tax_credit: 0
eitc: 0
eitc_eligible: false
nj_childless_eitc_age_eligible: true
state_code: NJ
Expand All @@ -36,7 +36,7 @@
period: 2022
absolute_error_margin: 0
input:
earned_income_tax_credit: 100
eitc: 100
nj_childless_eitc_age_eligible: true
state_code: NY
output:
Expand Down

0 comments on commit e2f8484

Please sign in to comment.