Merge "Change size for resource input" into casablanca
[so.git] / bpmn / MSOCommonBPMN / src / test / java / org / onap / so / client / exception / ExceptionBuilderTest.java
index d1013e7..2e25449 100644 (file)
@@ -21,7 +21,7 @@
 package org.onap.so.client.exception;
 
 import static org.junit.Assert.assertEquals;
-
+import static org.junit.Assert.assertTrue;
 import org.camunda.bpm.engine.delegate.BpmnError;
 import org.junit.Test;
 import org.onap.so.bpmn.mock.FileUtil;
@@ -32,6 +32,7 @@ public class ExceptionBuilderTest extends BaseTest {
        private static final String RESOURCE_PATH = "__files/";
        private static final String VALID_ERROR_MESSAGE = "{test error message}";
 
+
        @Test
        public void buildAndThrowWorkflowExceptionTest() {
                try {