Skip to content

Commit

Permalink
Fix mis-named test function in GH-995 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Nov 17, 2023
1 parent 5fa6a88 commit 8ebdba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/capi/GEOSBufferTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ void object::test<25>
GEOSBUF_JOIN_MITRE,
5);
geom3_ = GEOSGeomFromWKT("POLYGON ((3.3225774291798533 0.0647708524944821, 3.3225774291798555 0.0647708524944812, 2.8688758567150883 -6.4234639154696263, -7.5416226086581215 18.7831577331451953, 4.5722605787819921 17.9360725015914078, 3.3225774291798533 0.0647708524944821))");
ensure_geometry_equals_exact(geom3_, geom2_, 0.001);
ensure_geometry_equals(geom3_, geom2_, 0.001);
}

} // namespace tut

0 comments on commit 8ebdba2

Please sign in to comment.