Skip to content

Commit

Permalink
Update tests/unit/capi/GEOSConcaveHullOfPolygonsTest.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston authored Jun 20, 2024
1 parent adf9709 commit 745cc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/capi/GEOSConcaveHullOfPolygonsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void object::test<3>()

template<>
template<>
void object::test<3>()
void object::test<4>()
{
input_ = fromWKT("POLYGON((0 0, 0 0, 0 0))");
result_ = GEOSConcaveHullOfPolygons(input_, 0.7, false, false);
Expand Down

0 comments on commit 745cc19

Please sign in to comment.