Skip to content

Commit c4cbdf5

Browse files
committed
remove printers
1 parent a1eb4d6 commit c4cbdf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/swagger-parser-v3/src/test/java/io/swagger/v3/parser/test/OpenAPIResolverTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ public void referringSpecWithoutComponentsTag() throws Exception {
657657
ParseOptions resolve = new ParseOptions();
658658
resolve.setResolveFully(true);
659659
final OpenAPI openAPI = new OpenAPIV3Parser().read("./ref-without-component/a.yaml", null, resolve);
660-
Yaml.prettyPrint(openAPI);
661660
Map<String, Schema> schemas = openAPI.getComponents().getSchemas();
662661
Assert.assertEquals("Example value", schemas.get("CustomerType").getExample());
663662
}

0 commit comments

Comments
 (0)