Skip to content

Commit

Permalink
Fix sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jun 22, 2024
1 parent 7c0dc30 commit ebd37fb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ public void testGestaoHospitalMermaid() throws IOException {
@Test
public void testMarket() throws IOException {
OaSchemaApi api = getDbApi("public-market-emb-json-20220927.json");
//no usa de momento el resolver hasta que se solucione el caso de array item que tiene una fk
//api.setIdResolver(new OaIdResolver().setIdName("id"));
TdSchema schema = api.getSchema();
assertModel("public-market-emb-json-20220927.txt", schema);
assertEquals("WARN Open Api schema for LinkRelation does not have any property, generated entity will be empty\n"
Expand Down

0 comments on commit ebd37fb

Please sign in to comment.