Skip to content

Commit a017082

Browse files
changes
1 parent a0b48a2 commit a017082

File tree

2 files changed

+2
-69
lines changed

2 files changed

+2
-69
lines changed

src/test/java/uk/gov/hmcts/cp/subscription/unit/repositories/SubscriptionRepositoryTest.java renamed to src/test/java/uk/gov/hmcts/cp/subscription/integration/repositories/SubscriptionRepositoryIntegrationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package uk.gov.hmcts.cp.subscription.unit.repositories;
1+
package uk.gov.hmcts.cp.subscription.integration.repositories;
22

33
import org.junit.jupiter.api.BeforeEach;
44
import org.junit.jupiter.api.Test;
@@ -12,7 +12,7 @@
1212
import static uk.gov.hmcts.cp.subscription.model.EntityEventType.CUSTODIAL_RESULT;
1313
import static uk.gov.hmcts.cp.subscription.model.EntityEventType.PRISON_COURT_REGISTER_GENERATED;
1414

15-
class SubscriptionRepositoryTest extends IntegrationTestBase {
15+
class SubscriptionRepositoryIntegrationTest extends IntegrationTestBase {
1616

1717
@BeforeEach
1818
void beforeEach() {

src/test/java/uk/gov/hmcts/cp/subscription/integration/repository/SubscriptionRepositoryIntegrationTest.java

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)