diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-07-16 18:41:46 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-07-16 18:41:46 -0400 |
commit | 6355b212de77e658b16614eb775f03c7713c8460 (patch) | |
tree | da59af77e14f1b26111054fef992ee3f7c61e410 /cps-ri/src/test | |
parent | b81d0407c3f3356057bd1a8d66aadc42270becfe (diff) |
Rename CpsModulePersistenceServiceSpec test class
Issue-ID: CPS-493
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Ib1a69de41317e130ec993779547e47341a77d498
Diffstat (limited to 'cps-ri/src/test')
-rw-r--r-- | cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsModulePersistenceServiceSpec.groovy (renamed from cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsModulePersistenceServiceUnitSpec.groovy) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsModulePersistenceServiceUnitSpec.groovy b/cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsModulePersistenceServiceSpec.groovy index ffbac485ea..4455a6fa41 100644 --- a/cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsModulePersistenceServiceUnitSpec.groovy +++ b/cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsModulePersistenceServiceSpec.groovy @@ -33,7 +33,7 @@ import java.sql.SQLException /** * Specification unit test class for CPS module persistence service. */ -class CpsModulePersistenceServiceUnitSpec extends Specification { +class CpsModulePersistenceServiceSpec extends Specification { // Instance to test CpsModulePersistenceService objectUnderTest |