Skip to content

Commit 49a3262

Browse files
committed
add whitespace to retrigger tests
1 parent ba1147f commit 49a3262

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
@@ -5042,6 +5042,7 @@ public void shouldAddParameterWithInHeaderWhenImplicitHeadersIsTrue() throws IOE
50425042
String methodPattern = "fun test\\s*\\(.*?\\)";
50435043
Pattern pattern = Pattern.compile(methodPattern);
50445044

5045+
50455046
Matcher matcher = pattern.matcher(content);
50465047
Assert.assertTrue(matcher.find(), "Method 'test' should be found in generated file");
50475048

0 commit comments

Comments
 (0)