Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelMakarchuk committed Jan 16, 2025
1 parent 6960251 commit 69919a7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
ca_capi_resource_eligible: true
ca_capi_income_eligible: true
state_code: CA
ca_capi_eligible_person: true
output:
ca_capi_eligible: true

Expand All @@ -12,6 +13,7 @@
input:
ca_capi_resource_eligible: false
ca_capi_income_eligible: true
ca_capi_eligible_person: true
state_code: CA
output:
ca_capi_eligible: false
Expand All @@ -21,6 +23,7 @@
input:
ca_capi_resource_eligible: true
ca_capi_income_eligible: false
ca_capi_eligible_person: true
state_code: CA
output:
ca_capi_eligible: false

0 comments on commit 69919a7

Please sign in to comment.