Skip to content

Commit 3917878

Browse files
committed
Fixing yaml file naming
1 parent 119db11 commit 3917878

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/openapi-generator/src/test/java/org/openapitools/codegen/java/jaxrs/JavaJAXRSSpecServerCodegenTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,13 +1237,13 @@ public void disableGenerateJsonCreator() throws Exception {
12371237
assertFileNotContains(files.get("RequiredProperties.java").toPath(), "@JsonCreator");
12381238
}
12391239

1240-
@Test
1240+
@Test
12411241
public void testDiscriminatorMappingUsedInJsonTypeName() throws Exception {
12421242
File output = Files.createTempDirectory("test").toFile().getCanonicalFile();
12431243
output.deleteOnExit();
12441244

12451245
OpenAPI openAPI = new OpenAPIParser()
1246-
.readLocation("src/test/resources/3_0/jaxrs/pestore.yaml", null, new ParseOptions()).getOpenAPI();
1246+
.readLocation("src/test/resources/3_0/jaxrs/petstore.yaml", null, new ParseOptions()).getOpenAPI();
12471247

12481248
codegen.setOutputDir(output.getAbsolutePath());
12491249

0 commit comments

Comments
 (0)