Skip to content

Commit e010c63

Browse files
committed
fix: static final
1 parent db87bd4 commit e010c63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/com/github/joemccarthy/metmesh/MetmeshApplicationTests.java

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package com.github.joemccarthy.metmesh;
22

3+
import static org.junit.jupiter.api.Assertions.assertTrue;
4+
35
import org.junit.jupiter.api.Test;
46
import org.springframework.boot.test.context.SpringBootTest;
57

@@ -8,6 +10,7 @@ class MetmeshApplicationTests {
810

911
@Test
1012
void contextLoads() {
13+
assertTrue(true);
1114
}
1215

1316
}

0 commit comments

Comments
 (0)