Skip to content

Commit 20a0ae2

Browse files
committed
fix test name
1 parent 6170b60 commit 20a0ae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ public void givenOctetStreamResponseType_whenGenerateServer_thenReturnTypeIsReso
914914
}
915915

916916
@Test
917-
public void givenMultipartForm_whenGenerateReactiveServer_thenParameterAreCreatedAsRequestPart() throws IOException {
917+
public void givenMultipartForm_whenGenerateReactiveServer_thenParameterAreCreatedAsRequestParam() throws IOException {
918918
File output = Files.createTempDirectory("test").toFile().getCanonicalFile();
919919
output.deleteOnExit();
920920
String outputPath = output.getAbsolutePath().replace('\\', '/');

0 commit comments

Comments
 (0)