Correct Haversine test output

This commit is contained in:
mattnotmax 2020-12-09 21:12:26 +11:00
parent a1109c43f6
commit 39b7e4ff9e

View file

@ -11,7 +11,7 @@ TestRegister.addTests([
{ {
name: "Haversine distance", name: "Haversine distance",
input: "51.487263,-0.124323, 38.9517,-77.1467", input: "51.487263,-0.124323, 38.9517,-77.1467",
expectedOutput: "5902.542836307819", expectedOutput: "5902542.836307819",
recipeConfig: [ recipeConfig: [
{ {
"op": "Haversine distance", "op": "Haversine distance",