Skip to content

Commit

Permalink
Test: added some tests for containingGeohash
Browse files Browse the repository at this point in the history
  • Loading branch information
muchembledMartin committed Mar 3, 2024
1 parent 7191907 commit 62f7d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/esri/core/geometry/TestGeohash.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,6 @@ public void testContainingGeohash2(){
Envelope2D envelope = new Envelope2D(18.078, 59.3564, 18.1,59.3344);
assertEquals("u6sce", Geohash.containingGeohash(envelope));
}


}

0 comments on commit 62f7d5f

Please sign in to comment.