We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53a6494 + 497e90a commit 3a6f08cCopy full SHA for 3a6f08c
1 file changed
modules/openapi-generator/src/test/java/org/openapitools/codegen/java/spring/SpringCodegenTest.java
@@ -8320,7 +8320,7 @@ void issue_24232() throws IOException {
8320
.fileContains( "import org.myorg.MyCustomId", "import org.myorg.MyCustomKey");
8321
8322
JavaFileAssert.assertThat(files.get("Dummy.java"))
8323
- .fileContains("import org.myorg.MyCustomId", "import org.myorg.MyCustomId");
+ .fileContains("import org.myorg.MyCustomId", "import org.myorg.MyCustomKey");
8324
8325
}
8326
0 commit comments