Skip to content

Commit

Permalink
Resolving merge conflicts from PR apache#605 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hemenduroy committed Apr 13, 2022
1 parent 928d5c4 commit 8c56b90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void testGeomToGeoHash() {
}

@Test
public void pointOnSurface() {
public void testPointOnSurface() {
Table pointTable = createPointTable(testDataSize);
pointTable = pointTable.select(
call("ST_PointOnSurface", $(pointColNames[0]))
Expand Down

0 comments on commit 8c56b90

Please sign in to comment.