Skip to content

Commit

Permalink
MOSIP-30732
Browse files Browse the repository at this point in the history
Signed-off-by: Jayesh Kharode <[email protected]>
  • Loading branch information
Jayesh Kharode committed Jan 22, 2024
1 parent c73f7f5 commit fc5ab4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static void main(String[] args) throws Exception {
// MockSMTPListener mockSMTPListener = new MockSMTPListener();
// mockSMTPListener.run();
startTestRunner();
DBManager.clearMasterDbData();

}


Expand Down Expand Up @@ -98,7 +98,7 @@ public static void startTestRunner() throws Exception {

runner.run();

DBManager.clearMasterDbData();
System.exit(0);
}

Expand Down

0 comments on commit fc5ab4a

Please sign in to comment.