From 8e43cd47e509a9079caae74197b4f0dde6f938e9 Mon Sep 17 00:00:00 2001 From: paul-pearson Date: Tue, 28 Jan 2025 13:47:35 +0000 Subject: [PATCH] CIV-0000 Remove unused imports --- .../ApplicationSubmittedDashboardNotificationHandlerTest.java | 1 - ...NotificationUploadTranslatedDocumentApplicantHandlerTest.java | 1 - ...otificationUploadTranslatedDocumentRespondentHandlerTest.java | 1 - ...hboardNotificationWhenFinalOrderMadeApplicantHandlerTest.java | 1 - ...boardNotificationWhenFinalOrderMadeRespondentHandlerTest.java | 1 - .../HwFDashboardNotificationsHandlerTest.java | 1 - .../TaskListForClaimantUpdateHandlerTest.java | 1 - .../TaskListForRespondentUpdateHandlerTest.java | 1 - 8 files changed, 8 deletions(-) diff --git a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/ApplicationSubmittedDashboardNotificationHandlerTest.java b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/ApplicationSubmittedDashboardNotificationHandlerTest.java index b99ccf2e0..0326d705e 100644 --- a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/ApplicationSubmittedDashboardNotificationHandlerTest.java +++ b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/ApplicationSubmittedDashboardNotificationHandlerTest.java @@ -1,6 +1,5 @@ package uk.gov.hmcts.reform.civil.handler.callback.camunda.dashboardnotifications; -import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationUploadTranslatedDocumentApplicantHandlerTest.java b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationUploadTranslatedDocumentApplicantHandlerTest.java index 3f0aacc53..064f61d96 100644 --- a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationUploadTranslatedDocumentApplicantHandlerTest.java +++ b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationUploadTranslatedDocumentApplicantHandlerTest.java @@ -9,7 +9,6 @@ import static uk.gov.hmcts.reform.civil.handler.callback.camunda.dashboardnotifications.DashboardScenarios.SCENARIO_AAA6_GENERAL_APPS_TRANSLATED_DOCUMENT_UPLOADED_APPLICANT; import java.util.HashMap; -import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationUploadTranslatedDocumentRespondentHandlerTest.java b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationUploadTranslatedDocumentRespondentHandlerTest.java index d0cdd0c97..f58289c25 100644 --- a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationUploadTranslatedDocumentRespondentHandlerTest.java +++ b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationUploadTranslatedDocumentRespondentHandlerTest.java @@ -10,7 +10,6 @@ import static uk.gov.hmcts.reform.civil.handler.callback.camunda.dashboardnotifications.DashboardScenarios.SCENARIO_AAA6_GENERAL_APPS_TRANSLATED_DOCUMENT_UPLOADED_RESPONDENT; import java.util.HashMap; -import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationWhenFinalOrderMadeApplicantHandlerTest.java b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationWhenFinalOrderMadeApplicantHandlerTest.java index 2dd0ad0ef..c272c51fa 100644 --- a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationWhenFinalOrderMadeApplicantHandlerTest.java +++ b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationWhenFinalOrderMadeApplicantHandlerTest.java @@ -1,6 +1,5 @@ package uk.gov.hmcts.reform.civil.handler.callback.camunda.dashboardnotifications; -import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationWhenFinalOrderMadeRespondentHandlerTest.java b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationWhenFinalOrderMadeRespondentHandlerTest.java index 4237eeb84..ad80bc031 100644 --- a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationWhenFinalOrderMadeRespondentHandlerTest.java +++ b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/CreateDashboardNotificationWhenFinalOrderMadeRespondentHandlerTest.java @@ -1,6 +1,5 @@ package uk.gov.hmcts.reform.civil.handler.callback.camunda.dashboardnotifications; -import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/HwFDashboardNotificationsHandlerTest.java b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/HwFDashboardNotificationsHandlerTest.java index fa271a836..b92f3ca62 100644 --- a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/HwFDashboardNotificationsHandlerTest.java +++ b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/HwFDashboardNotificationsHandlerTest.java @@ -1,6 +1,5 @@ package uk.gov.hmcts.reform.civil.handler.callback.camunda.dashboardnotifications; -import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/TaskListForClaimantUpdateHandlerTest.java b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/TaskListForClaimantUpdateHandlerTest.java index 493ed020d..9d5994928 100644 --- a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/TaskListForClaimantUpdateHandlerTest.java +++ b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/TaskListForClaimantUpdateHandlerTest.java @@ -1,6 +1,5 @@ package uk.gov.hmcts.reform.civil.handler.callback.camunda.dashboardnotifications; -import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/TaskListForRespondentUpdateHandlerTest.java b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/TaskListForRespondentUpdateHandlerTest.java index 1e5c6b00d..52831e8ae 100644 --- a/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/TaskListForRespondentUpdateHandlerTest.java +++ b/src/test/java/uk/gov/hmcts/reform/civil/handler/callback/camunda/dashboardnotifications/TaskListForRespondentUpdateHandlerTest.java @@ -1,6 +1,5 @@ package uk.gov.hmcts.reform.civil.handler.callback.camunda.dashboardnotifications; -import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith;