Skip to content

Commit

Permalink
fix geospatial tests (#2081)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Sep 22, 2023
1 parent b8942a7 commit eb05959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class AzMapsSearchAddressSuite extends TransformerFuzzing[AddressGeocoder] with

assert(flattenedResults != null)
assert(flattenedResults.length == 15)
assert(flattenedResults.toSeq.head.get(1) == 47.64016)
assert(flattenedResults.toSeq.head.get(1) == 47.64188)
}

override def assertDFEq(df1: DataFrame, df2: DataFrame)(implicit eq: Equality[DataFrame]): Unit = {
Expand Down

0 comments on commit eb05959

Please sign in to comment.