Skip to content

Commit

Permalink
[DOCS] Fix spelling in GeoJsonIOTest.java function name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Jun 21, 2024
1 parent 4e18a4d commit 66017c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public void testReadToValidGeometryRDD() throws IOException {

/** Test correctness of parsing geojson file including id */
@Test
public void testReadToIncludIdRDD() throws IOException {
public void testReadToIncludeIdRDD() throws IOException {
SpatialRDD geojsonRDD = GeoJsonReader.readToGeometryRDD(sc, geoJsonContainsId, true, false);
assertEquals(geojsonRDD.rawSpatialRDD.count(), 1);
assertEquals(geojsonRDD.fieldNames.size(), 3);
Expand Down

0 comments on commit 66017c5

Please sign in to comment.