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 e81f0e5 commit dd40cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/seed_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
page_five_id = uuid4()
alt_page_id = uuid4()


#NOSONAR Ignore since this data is related to unit tests
def init_salmon_fishing_fund():
organisation_uuid = uuid4()
o: Organisation = Organisation(
Expand Down Expand Up @@ -355,7 +355,7 @@ def init_salmon_fishing_fund():
"organisations": [o],
}


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

0 comments on commit dd40cef

Please sign in to comment.