diff --git a/policyengine_canada/tests/gov/integration.yaml b/policyengine_canada/tests/gov/integration.yaml index a10b8a3ec..9cfc3e277 100644 --- a/policyengine_canada/tests/gov/integration.yaml +++ b/policyengine_canada/tests/gov/integration.yaml @@ -88,33 +88,3 @@ benefits: 3_706 income_tax_before_refundable_credits: 0 income_tax_before_credits: 0 - - -- name: Integration - British Columbia - period: 2023 - absolute_error_margin: 0.5 - input: - people: - parent: - age: 40 - bc_taxable_income: 10_000 - c1: - age: 12 - full_custody: false - household: - members: [parent, c1] - province_code_str: BC - adjusted_family_net_income: 20_000 - is_married: false - family_working_income: 3_000 - output: - on_non_refundable_credits: 0 - on_refundable_credits: 0 - on_benefits: 0 - household_net_income: 4_551.46 - bc_non_refundable_credits: 521 - bc_refundable_credits: 386.9 - bc_benefits: 1_599.96 - non_refundable_tax_credits: 15_000 - income_tax_before_refundable_credits: 0 - income_tax_before_credits: 0