Skip to content

Commit

Permalink
add missing paren
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswillis committed Oct 28, 2024
1 parent ffa9270 commit 7327c7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import org.apache.sedona.common.sphere.{Haversine, Spheroid}
import org.apache.sedona.spark.SedonaContext
import org.apache.spark.SparkContext
import org.apache.spark.sql.{DataFrame, SparkSession}
import org.junit.Assert.fail
import org.locationtech.jts.geom._
import org.locationtech.jts.io.WKTReader
import org.scalatest.{BeforeAndAfterAll, FunSpec}
Expand Down Expand Up @@ -326,6 +325,7 @@ trait TestBaseScala extends FunSpec with BeforeAndAfterAll {
val dfDiff2 = df2.except(df1)

assert(dfDiff1.isEmpty && dfDiff2.isEmpty)
}

def assertGeometryEquals(expectedWkt: String, actualWkt: String, tolerance: Double): Unit = {
val reader = new WKTReader
Expand Down

0 comments on commit 7327c7d

Please sign in to comment.