We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77aec1 commit dc378c4Copy full SHA for dc378c4
springdoc-openapi-native/src/test/java/test/org/springdoc/api/app1/TestApplicationTests.java
@@ -22,6 +22,8 @@
22
23
package test.org.springdoc.api.app1;
24
25
+import org.junit.jupiter.api.Test;
26
+
27
import org.springframework.boot.SpringBootConfiguration;
28
import org.springframework.boot.test.context.SpringBootTest;
29
@@ -31,7 +33,7 @@ class TestApplicationTests {
31
33
@SpringBootConfiguration
32
34
static class SpringDocTestApp {}
35
- //@Test
36
+ @Test
37
void contextLoads() {}
38
39
}
0 commit comments