Skip to content

Commit

Permalink
Merge pull request #14 from DedunuKarunarathne/increase-code-coverage
Browse files Browse the repository at this point in the history
Increase Code Coverage
  • Loading branch information
Ashi1993 authored Sep 12, 2023
2 parents 8083836 + 49269e6 commit 906035a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
package com.wso2.openbanking.accelerator.event.notifications.service.persistence;

import com.wso2.openbanking.accelerator.common.persistence.JDBCPersistenceManager;
import com.wso2.openbanking.accelerator.common.util.Generated;
import com.wso2.openbanking.accelerator.event.notifications.service.dao.EventSubscriptionDAO;
import com.wso2.openbanking.accelerator.event.notifications.service.dao.EventSubscriptionDAOImpl;
import com.wso2.openbanking.accelerator.event.notifications.service.dao.EventSubscriptionSqlStatements;
Expand All @@ -32,6 +33,7 @@
/**
* Initializer Class for EventSubscription Service DB.
*/
@Generated(message = "Datastore initializer classes")
public class EventSubscriptionStoreInitializer {

private static Log log = LogFactory.getLog(EventSubscriptionStoreInitializer.class);
Expand Down

0 comments on commit 906035a

Please sign in to comment.