Fixing minor compilation
[cps.git] / cps-ri / src / test / groovy / org / onap / cps / spi / impl / CpsPersistenceSpecBase.groovy
index 30ff11b..34a040e 100644 (file)
@@ -59,7 +59,7 @@ class CpsPersistenceSpecBase extends Specification {
     @SpringBean
     JsonObjectMapper jsonObjectMapper = new JsonObjectMapper(new ObjectMapper())
 
-    static final String CLEAR_DATA = '/data/clear-all.sql'
+    protected static final String CLEAR_DATA = '/data/clear-all.sql'
 
     static def DATASPACE_NAME = 'DATASPACE-001'
     static def SCHEMA_SET_NAME1 = 'SCHEMA-SET-001'