Skip to content

Commit 3a6f08c

Browse files
committed
Merge remote-tracking branch 'origin/bugfix/schemaMappingForApi' into bugfix/schemaMappingForApi
2 parents 53a6494 + 497e90a commit 3a6f08c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8320,7 +8320,7 @@ void issue_24232() throws IOException {
83208320
.fileContains( "import org.myorg.MyCustomId", "import org.myorg.MyCustomKey");
83218321

83228322
JavaFileAssert.assertThat(files.get("Dummy.java"))
8323-
.fileContains("import org.myorg.MyCustomId", "import org.myorg.MyCustomId");
8323+
.fileContains("import org.myorg.MyCustomId", "import org.myorg.MyCustomKey");
83248324

83258325
}
83268326
}

0 commit comments

Comments
 (0)