Skip to content

Commit dc378c4

Browse files
committed
code review
1 parent e77aec1 commit dc378c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

springdoc-openapi-native/src/test/java/test/org/springdoc/api/app1/TestApplicationTests.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
package test.org.springdoc.api.app1;
2424

25+
import org.junit.jupiter.api.Test;
26+
2527
import org.springframework.boot.SpringBootConfiguration;
2628
import org.springframework.boot.test.context.SpringBootTest;
2729

@@ -31,7 +33,7 @@ class TestApplicationTests {
3133
@SpringBootConfiguration
3234
static class SpringDocTestApp {}
3335

34-
//@Test
36+
@Test
3537
void contextLoads() {}
3638

3739
}

0 commit comments

Comments
 (0)