We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db87bd4 commit e010c63Copy full SHA for e010c63
src/test/java/com/github/joemccarthy/metmesh/MetmeshApplicationTests.java
@@ -1,5 +1,7 @@
1
package com.github.joemccarthy.metmesh;
2
3
+import static org.junit.jupiter.api.Assertions.assertTrue;
4
+
5
import org.junit.jupiter.api.Test;
6
import org.springframework.boot.test.context.SpringBootTest;
7
@@ -8,6 +10,7 @@ class MetmeshApplicationTests {
8
10
9
11
@Test
12
void contextLoads() {
13
+ assertTrue(true);
14
}
15
16
0 commit comments