Skip to content

Commit eb40215

Browse files
fix test
1 parent 9156902 commit eb40215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/test/java/org/openapitools/codegen/java/microprofile/JavaMicroprofileServerCodegenTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public void testClientCanAccessFieldInParent() throws Exception {
259259
validateJavaSourceFiles(files);
260260

261261
JavaFileAssert.assertThat(filesMap.get("Parent.java"))
262-
.fileContains("protected parentField");
262+
.fileContains("protected String parentField;");
263263
}
264264
}
265265

0 commit comments

Comments
 (0)