mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 09:46:17 -04:00
Correct Haversine test output
This commit is contained in:
parent
a1109c43f6
commit
39b7e4ff9e
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue