Merge "add junit coverage for SvnfmService"
[so.git] / bpmn / MSOCommonBPMN / src / test / java / org / onap / so / bpmn / common / listener / WorkflowValidatorRunnerTest.java
index 0143e56..596eced 100644 (file)
@@ -45,7 +45,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
 
 @RunWith(SpringJUnit4ClassRunner.class)
 @ContextConfiguration(classes = {ValidationConfig.class})
-public class WorkflowValidatorRunnerTest {
+public class WorkflowValidatorRunnerTest extends WorkflowValidatorRunner {
 
     @Rule
     public ExpectedException thrown = ExpectedException.none();