Skip to content

Commit 60c5dcc

Browse files
committed
fix tests
1 parent feb0592 commit 60c5dcc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

policyengine_us/tests/policy/contrib/congress/tlaib/economic_dignity_for_all_agenda/edaa_end_child_poverty_act.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
household:
1919
members: [parent, child]
2020
output:
21-
ecpa_child_benefit: [0, 5_630]
21+
ecpa_child_benefit: [0, 5_680]
2222
ecpa_filer_credit: 700
2323

2424
- name: ECPA adult dependent credit
@@ -75,7 +75,7 @@
7575
filing_status: SINGLE
7676
adjusted_gross_income: 30_000
7777
output:
78-
ecpa_child_benefit: [0, 5_630, 5_630, 0]
78+
ecpa_child_benefit: [0, 5_680, 5_680, 0]
7979
ecpa_adult_dependent_credit: [0, 0, 0, 700]
8080
ecpa_filer_credit: 200 # 700 - (10,000 * 0.05)
8181

@@ -99,7 +99,7 @@
9999
filing_status: JOINT
100100
adjusted_gross_income: 45_000
101101
output:
102-
ecpa_child_benefit: [0, 0, 5_630, 0]
102+
ecpa_child_benefit: [0, 0, 5_680, 0]
103103
ecpa_adult_dependent_credit: [0, 0, 0, 700]
104104
ecpa_filer_credit: 1_150 # 1,400 - (5,000 * 0.05)
105105

@@ -146,7 +146,7 @@
146146

147147
# ECPA benefits
148148
ecpa_child_benefit:
149-
2026: [0, 0, 5_630, 5_630, 0]
149+
2026: [0, 0, 5_680, 5_680, 0]
150150
ecpa_adult_dependent_credit:
151151
2026: [0, 0, 0, 0, 700]
152152
ecpa_filer_credit:
@@ -189,7 +189,7 @@
189189

190190
# ECPA benefits
191191
ecpa_child_benefit:
192-
2026: [0, 5_630, 5_630]
192+
2026: [0, 5_680, 5_680]
193193
ecpa_filer_credit:
194194
2026: 450 # $700 - ($25k - $20k) * 0.05
195195

0 commit comments

Comments
 (0)