Skip to content

Commit

Permalink
Failing test for #422
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Feb 28, 2023
1 parent 413664f commit c39fd67
Show file tree
Hide file tree
Showing 2 changed files with 18,857 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ public void testSpecObjectsAreNotChangesAfterComparison() {
assertThat(newSpec).isEqualTo(expectedNewSpec);
}

@Test
public void issue422() {
assertOpenApiAreEquals("issue-422.yaml", "issue-422.yaml");
}

private static OpenAPI loadSpecFromFile(String specFile) {
return PARSER.readLocation(specFile, null, new ParseOptions()).getOpenAPI();
}
Expand Down
Loading

0 comments on commit c39fd67

Please sign in to comment.