Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 21, 2025
1 parent 204fa8d commit 367ae4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 6.0.2

* Allowing for the `Config` module to live in either `config` or `pre_award.config`.
* Allowing for the `Config` module to live in either `config` or `pre_award.config`.

[This RFC](https://github.com/communitiesuk/funding-service-requests-for-comments/discussions/22) outlines the move of all the existing code into a top level `pre_award` folder while we consolidate an simplify the code. We need to continue to support both paths though as FAB also uses this fixture, but does not have a `pre_award` folder.

Expand Down
1 change: 0 additions & 1 deletion fsd_test_utils/fixtures/db_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def prep_db(reuse_db=False):
upgrade() is always run to make sure the schema is up to date.
"""


# TODO sort this out once we have refactored db seeding for tests
# FAB uses the config location, pre-award uses the pre_award.config location
try:
Expand Down

0 comments on commit 367ae4b

Please sign in to comment.