From e5ce0acc7b6b3ddce78fe4dab6d96d8d11e0e1c6 Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Tue, 26 Nov 2024 21:54:33 +0100 Subject: [PATCH] fix: Fix failing tests --- tests/data/test_reforms_uk.py | 2 +- tests/python/to_be_refactored/test_yearly_var_removal.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/test_reforms_uk.py b/tests/data/test_reforms_uk.py index a6506402..fee800b5 100644 --- a/tests/data/test_reforms_uk.py +++ b/tests/data/test_reforms_uk.py @@ -2,7 +2,7 @@ "name": "Set personal allowance to 0", "data": { "gov.hmrc.income_tax.allowances.personal_allowance.amount": { - "2024-01-01:2100-12-31": 0 + "2024-01-01.2100-12-31": 0 } }, } diff --git a/tests/python/to_be_refactored/test_yearly_var_removal.py b/tests/python/to_be_refactored/test_yearly_var_removal.py index a36c3518..7d45c49c 100644 --- a/tests/python/to_be_refactored/test_yearly_var_removal.py +++ b/tests/python/to_be_refactored/test_yearly_var_removal.py @@ -33,7 +33,7 @@ def create_test_household(household_id, country_id): remove_test_household(household_id, country_id) with open( - f"./tests/python/data/{country_id}_household.json", + f"./tests/data/{country_id}_household.json", "r", encoding="utf-8", ) as f: