Skip to content

Commit 2e041c1

Browse files
authored
Merge pull request #2367 from PolicyEngine/patch-issue-2364/2365
Renaming TestGetTrace and move household fixtures file to correct folder
2 parents f40203c + 7f7e843 commit 2e041c1

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
changed:
4+
- File formating and related import tags
File renamed without changes.

tests/unit/services/test_household_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from policyengine_api.services.household_service import HouseholdService
88
from policyengine_api.constants import COUNTRY_PACKAGE_VERSIONS
99

10-
from tests.fixtures.household_fixtures import (
10+
from tests.fixtures.services.household_fixtures import (
1111
valid_request_body,
1212
valid_db_row,
1313
valid_hash_value,
File renamed without changes.

0 commit comments

Comments
 (0)