Skip to content

Commit

Permalink
adding delete unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwan-samarasinghe committed Feb 6, 2025
1 parent 6ca4252 commit 9b97dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/seed_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ def init_unit_test_data() -> dict:
"themes": [t1],
}

#NOSONAR Ignore since this data is related to unit tests
def fund_without_assessment() -> dict:
organisation_uuid = uuid4()
o: Organisation = Organisation(
Expand Down

0 comments on commit 9b97dbf

Please sign in to comment.