Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Oct 11, 2024
1 parent f76e9bf commit 2b2baf1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ public void testEmptyEquals() {
for (int j = 0; j < nempty; j++) {
String a = empties[i];
String b = empties[j];
checkRelate(a, b, "FFFFFFFF2");
///-- empty geometries are all topologically equal
checkEquals(a, b, true);
}
Expand Down

0 comments on commit 2b2baf1

Please sign in to comment.