Improve error logging
[aai/model-loader.git] / src / test / java / org / onap / aai / modelloader / entity / catalog / TestVnfImageException.java
index c8b14f7..793ed9a 100644 (file)
@@ -22,9 +22,9 @@ package org.onap.aai.modelloader.entity.catalog;
 
 import static org.hamcrest.CoreMatchers.equalTo;
 import static org.hamcrest.CoreMatchers.is;
-import static org.junit.Assert.assertThat;
+import static org.hamcrest.MatcherAssert.assertThat;
 
-import org.junit.Test;
+import org.junit.jupiter.api.Test;
 
 /**
  * Tests for NotificationDataImpl class.