Skip to content

Commit 28daaa8

Browse files
committed
Fix test
1 parent e473443 commit 28daaa8

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/test/groovy/geoscript/geom/GeometryTest.groovy

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -737,11 +737,8 @@ geometry:
737737
new Point(-90.7031, 34.016)
738738
)
739739
Geometry convexHull = geometry.convexHull
740-
assertEquals("POLYGON ((-122.3876953125 47.58121554959838, -122.39078521728516 47.58167872046887, " +
741-
"-122.3876953125 47.5828366297174, -122.38657951354979 47.58451555263637, " +
742-
"-122.38494873046875 47.58301031389572, -122.38177299499512 47.5823155737249, " +
743-
"-122.38486289978027 47.5812734461813, -122.38649368286131 47.5772205307505, " +
744-
"-122.3876953125 47.58121554959838))", convexHull.wkt)
740+
assertEquals("POLYGON ((-90.7031 34.016, -111.796 42.553, " +
741+
"-119.882 47.279, -100.195 46.316, -90.7031 34.016))", convexHull.wkt)
745742
}
746743

747744
@Test void concaveHull() {

0 commit comments

Comments
 (0)