You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by my...@apache.org on 2018/06/21 16:19:16 UTC

[fineract-cn-notifications] 08/15: update to testSample

This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-notifications.git

commit 75d298aed0d5d4621a0f098a20316e184c6777ab
Author: Ebenezer Graham <eg...@alustudent.com>
AuthorDate: Fri Jun 15 00:35:33 2018 +0400

    update to testSample
---
 .../src/main/java/org/apache/fineract/cn/notification/TestSample.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/component-test/src/main/java/org/apache/fineract/cn/notification/TestSample.java b/component-test/src/main/java/org/apache/fineract/cn/notification/TestSample.java
index cc39439..3b2811e 100644
--- a/component-test/src/main/java/org/apache/fineract/cn/notification/TestSample.java
+++ b/component-test/src/main/java/org/apache/fineract/cn/notification/TestSample.java
@@ -21,11 +21,11 @@ package org.apache.fineract.cn.notification;
 import org.apache.fineract.cn.notification.api.v1.client.NotificationManager;
 import org.apache.fineract.cn.notification.api.v1.domain.Sample;
 import org.apache.fineract.cn.notification.api.v1.events.NotificationEventConstants;
-import com.amazonaws.services.autoscaling.model.NotificationConfiguration;
 import java.util.List;
 import org.apache.commons.lang3.RandomStringUtils;
 import org.apache.fineract.cn.anubis.test.v1.TenantApplicationSecurityEnvironmentTestRule;
 import org.apache.fineract.cn.api.context.AutoUserContext;
+import org.apache.fineract.cn.notification.service.NotificationConfiguration;
 import org.apache.fineract.cn.test.fixture.TenantDataStoreContextTestRule;
 import org.apache.fineract.cn.test.listener.EnableEventRecording;
 import org.apache.fineract.cn.test.listener.EventRecorder;