Skip to content

Commit

Permalink
Increase code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
DedunuKarunarathne committed Sep 12, 2023
1 parent 13d1b16 commit 49269e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 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

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<class name="com.wso2.openbanking.accelerator.event.notifications.service.service.EventPollingServiceTests"></class>
<class name="com.wso2.openbanking.accelerator.event.notifications.service.service.EventCreationServiceTests"></class>
<class name="com.wso2.openbanking.accelerator.event.notifications.service.service.EventSubscriptionServiceTests"></class>
<class name="com.wso2.openbanking.accelerator.event.notifications.service.util.EventNotificationServiceUtilTests"></class>
<class name="com.wso2.openbanking.accelerator.event.notifications.service.realtime.service.EventNotificationProducerServiceTests"></class>
<class name="com.wso2.openbanking.accelerator.event.notifications.service.realtime.service.RealtimeEventNotificationLoaderServiceTest"></class>
<class name="com.wso2.openbanking.accelerator.event.notifications.service.realtime.service.RealtimeEventNotificationSenderServiceTests"></class>
Expand Down

0 comments on commit 49269e6

Please sign in to comment.