Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan521 authored and frantuma committed Apr 3, 2024
1 parent b2ef50b commit c5f50e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3058,7 +3058,6 @@ public void testValidateExternalRefsTrue() {
options.setResolve(true);
SwaggerParseResult result = new OpenAPIV3Parser().readLocation("./swos-443/root.yaml", null, options);
OpenAPI openAPI = result.getOpenAPI();

assertNotNull(openAPI);
assertNotNull(result.getMessages());
assertEquals(result.getMessages().size(), 20);
Expand Down

0 comments on commit c5f50e9

Please sign in to comment.