Skip to content

Commit

Permalink
#0 | Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayvenu committed Oct 20, 2022
1 parent 9b89b4a commit 790c4b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions avni-server-api/src/test/resources/tear-down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ DELETE FROM catchment;
DELETE FROM account_admin;
delete from user_group;
DELETE FROM external_system_config;
DELETE FROM organisation_config;
DELETE FROM users;
DELETE FROM organisation;
DELETE FROM groups;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ DELETE FROM catchment;
DELETE FROM account_admin;
delete from user_group;
DELETE FROM external_system_config;
DELETE FROM organisation_config;
DELETE FROM users;
DELETE FROM subject_type;
DELETE FROM groups;
Expand Down
1 change: 1 addition & 0 deletions avni-server-api/src/test/resources/test-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ DELETE FROM catchment;
DELETE FROM account_admin;
DELETE FROM user_group;
DELETE FROM external_system_config;
DELETE FROM organisation_config;
DELETE FROM users;
DELETE FROM subject_type;
DELETE FROM groups;
Expand Down

0 comments on commit 790c4b5

Please sign in to comment.