Created
September 29, 2020 04:40
-
-
Save typelogic/b7a0b0b3f8509596ed780bf33b20eac4 to your computer and use it in GitHub Desktop.
mosip test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/test/java/io/mosip/print/mosip_print/DemoApplicationTests.java b/src/test/java/io/mosip/print/mosip_print/DemoApplicationTests.java | |
index 73bd735..87e8f4c 100644 | |
--- a/src/test/java/io/mosip/print/mosip_print/DemoApplicationTests.java | |
+++ b/src/test/java/io/mosip/print/mosip_print/DemoApplicationTests.java | |
@@ -1,13 +1,13 @@ | |
package io.mosip.print.mosip_print; | |
-import org.junit.jupiter.api.Test; | |
+import org.junit.Test; | |
import org.springframework.boot.test.context.SpringBootTest; | |
@SpringBootTest | |
-class DemoApplicationTests { | |
+public class DemoApplicationTests { | |
@Test | |
- void contextLoads() { | |
+ public void contextLoads() { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment