Skip to content

Commit

Permalink
updated clean_db script to also remove CorporateBody
Browse files Browse the repository at this point in the history
  • Loading branch information
damisul authored and abartov committed Jun 12, 2024
1 parent 69cd4f0 commit f97eec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/clean_db.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ def clean_tables

InvolvedAuthority.destroy_all

CorporateBody.destroy_all
Person.destroy_all
Authority.destroy_all

Expand Down

0 comments on commit f97eec4

Please sign in to comment.