Skip to content

Commit

Permalink
test case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
david-blasby committed Oct 10, 2024
1 parent 77b988f commit db02e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void testJsonToPojo() throws IOException {
record.resourceTitle.get(defaultText)
);

Assert.assertEquals(49, record.getOtherProperties().size());
Assert.assertEquals(48, record.getOtherProperties().size());

Assert.assertEquals("gmd:MD_Metadata", record.getRoot());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void set(Object val, Object mainObject, String propertyName) {

}



//its a bit unclear what to do here - there's a big difference between MD record,
// Elastic Index JSON versus what's expected in the ogcapi license field. We do the simple
Expand Down

0 comments on commit db02e4f

Please sign in to comment.