Skip to content

Commit d627397

Browse files
committed
test could be more deterministic #1362
1 parent 41837d4 commit d627397

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

springdoc-openapi-webmvc-core/src/test/java/test/org/springdoc/api/app138/HelloController.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
@RestController
2525
public class HelloController {
2626

27-
@GetMapping("/testA")
28-
public void testA(String hello) {
29-
}
30-
3127
@GetMapping("/testB")
3228
public void testB(String hello) {
3329
}
30+
31+
@GetMapping("/testA")
32+
public void testA(String hello) {
33+
}
3434
}

0 commit comments

Comments
 (0)