Correct Haversine test output

This commit is contained in:
mattnotmax 2020-12-09 21:12:26 +11:00
parent a1109c43f6
commit 39b7e4ff9e
1 changed files with 1 additions and 1 deletions

View File

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