Replace deprecated methods in model-loader
[aai/model-loader.git] / src / test / java / org / onap / aai / modelloader / entity / catalog / TestVnfImageException.java
index c8b14f7..88c1941 100644 (file)
@@ -22,7 +22,7 @@ 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;