Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Migrated the `my_friend_ben` customer-household fixture off the removed `medical_out_of_pocket_expenses` input to `other_medical_expenses`, the load-bearing replacement for non-premium medical spending in policyengine-us 1.673.0+.
2 changes: 1 addition & 1 deletion tests/data/customer_households/my_friend_ben.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"real_estate_taxes": {
"2025": 0,
},
"medical_out_of_pocket_expenses": {
"other_medical_expenses": {
"2025": 0,
},
"is_snap_ineligible_student": {
Expand Down
Loading