Skip to content

Commit f274a26

Browse files
committed
chore: correct distances to mathc google values
1 parent 97a2e83 commit f274a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/test/scala/com/colisweb/distances/DistanceApiSpec.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class DistanceApiSpec extends AnyWordSpec with Matchers with ScalaFutures with B
5858
)
5959
private val googleResults = Map(
6060
(paris01 -> paris02, DistanceAndDuration(1.4, 345L)),
61-
(paris01 -> paris18, DistanceAndDuration(4.5, 1064L))
61+
(paris01 -> paris18, DistanceAndDuration(4.5, 1075L))
6262
)
6363

6464
def approximateTests[F[_]](

0 commit comments

Comments
 (0)