Update model-loader to spring-boot 2.4
[aai/model-loader.git] / src / test / java / org / onap / aai / modelloader / TestModelLoaderApplication.java
index 0387f2d..cd39066 100644 (file)
@@ -20,9 +20,9 @@
  */
 package org.onap.aai.modelloader;
 
-import static org.junit.Assert.assertTrue;
+import static org.junit.jupiter.api.Assertions.assertTrue;
 
-import org.junit.Test;
+import org.junit.jupiter.api.Test;
 
 /**
  * Tests for ModelLoaderApplication class.