Skip to content

Commit b9b3392

Browse files
committed
force tests rerun
1 parent 25cb530 commit b9b3392

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/openapi-generator/src/test/java/org/openapitools/codegen/kotlin/spring/KotlinSpringServerCodegenTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3971,6 +3971,7 @@ public void springPaginatedWithSpringDocPrependsToExistingAnnotationArray() thro
39713971

39723972
Map<String, File> files = generateFromContract("src/test/resources/3_0/spring/petstore-with-spring-pageable.yaml", additionalProperties);
39733973

3974+
39743975
File petApi = files.get("PetApi.kt");
39753976
String content = Files.readString(petApi.toPath());
39763977

0 commit comments

Comments
 (0)