Change the package name from openo to onap
[holmes/common.git] / holmes-actions / src / test / java / org / onap / holmes / common / utils / ExceptionUtilTest.java
@@ -14,9 +14,7 @@
  * limitations under the License.
  */
 
-package org.openo.holmes.common.utils;
-
-import static org.openo.holmes.common.utils.ExceptionUtil.buildExceptionResponse;
+package org.onap.holmes.common.utils;
 
 import org.junit.Test;
 
@@ -24,7 +22,7 @@ public class ExceptionUtilTest {
 
     @Test
     public void testBuildExceptionResponse() throws Exception {
-        buildExceptionResponse("test");
+        ExceptionUtil.buildExceptionResponse("test");
     }