File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
springdoc-openapi-webmvc-core/src/test/java/test/org/springdoc/api/app171 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 *
1717 */
1818
19- package test .org .springdoc .api .app170 ;
19+ package test .org .springdoc .api .app171 ;
2020
2121import javax .validation .Valid ;
2222import javax .validation .constraints .NotBlank ;
Original file line number Diff line number Diff line change 1616 *
1717 */
1818
19- package test .org .springdoc .api .app170 ;
19+ package test .org .springdoc .api .app171 ;
2020
2121import static org .hamcrest .Matchers .is ;
2222import static org .skyscreamer .jsonassert .JSONAssert .assertEquals ;
3939import test .org .springdoc .api .AbstractSpringDocTest ;
4040
4141@ TestPropertySource (properties = Constants .SPRINGDOC_CACHE_DISABLED + "=false" )
42- public class SpringDocApp170Test extends AbstractSpringDocTest {
42+ public class SpringDocApp171Test extends AbstractSpringDocTest {
4343
4444 @ SpringBootApplication
4545 static class SpringDocTestApp {
You can’t perform that action at this time.
0 commit comments