Renamed test spec to Integration Spec 39/122839/3
authorRenu Kumari <renu.kumari@bell.ca>
Fri, 23 Jul 2021 13:20:49 +0000 (09:20 -0400)
committerRenu Kumari <renu.kumari@bell.ca>
Fri, 23 Jul 2021 13:29:11 +0000 (09:29 -0400)
Issue-ID: CPS-501
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: I641b519237c21f2998582b2ba025b00e2e29152f

cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsDataPersistenceServiceIntegrationSpec.groovy [moved from cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsDataPersistenceServiceSpec.groovy with 99% similarity]

@@ -42,7 +42,7 @@ import org.springframework.test.context.jdbc.Sql
 
 import javax.validation.ConstraintViolationException
 
-class CpsDataPersistenceServiceSpec extends CpsPersistenceSpecBase {
+class CpsDataPersistenceServiceIntegrationSpec extends CpsPersistenceSpecBase {
 
     @Autowired
     CpsDataPersistenceService objectUnderTest