Skip to content

Commit

Permalink
Revert test change
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Leuschner committed Apr 27, 2021
1 parent 90ba488 commit 675a2b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ public void testIntersections() {
.body("features[2].type", is("Feature"))
.body("features[2].geometry.type", is("Polygon"))
//.body("features[2].geometry.coordinates[0].size()", is(26))
.body("features[2].geometry.coordinates[0].size()", is(87))
.body("features[2].geometry.coordinates[0].size()", is(85))
.body("features[2].properties.contours.size()", is(2))
.body("features[2].properties.containsKey('area')", is(true))
//.body("features[2].properties.area", is(5824280.5f))
Expand Down

0 comments on commit 675a2b8

Please sign in to comment.