Skip to content

Instantly share code, notes, and snippets.

@typelogic
Created September 29, 2020 04:40
Show Gist options
  • Save typelogic/b7a0b0b3f8509596ed780bf33b20eac4 to your computer and use it in GitHub Desktop.
Save typelogic/b7a0b0b3f8509596ed780bf33b20eac4 to your computer and use it in GitHub Desktop.
mosip test
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