Skip to content

Commit dcfad34

Browse files
committed
remove println
1 parent a5b5c3c commit dcfad34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-parser-v3/src/test/java/io/swagger/v3/parser/util/InlineModelResolverTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ public void resolveInlineArrayRequestBody() throws Exception {
835835
.requestBody(new RequestBody()
836836
.content(new Content().addMediaType("*/*",new MediaType()
837837
.schema(arraySchema))))));
838-
Yaml.prettyPrint(openAPI);
838+
839839
new InlineModelResolver().flatten(openAPI);
840840

841841
RequestBody body = openAPI.getPaths().get("/hello").getGet().getRequestBody();

0 commit comments

Comments
 (0)