mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Fix "From Geohash" test
This commit is contained in:
parent
3d505b4248
commit
69a0122fea
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ TestRegister.addTests([
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "From Geohash",
|
name: "From Geohash",
|
||||||
input: "w\nw\n\n\nw",
|
input: "w\n\nw\n\n\nw",
|
||||||
expectedOutput: "22.5,112.5\n0,0\n22.5,112.5\n0,0\n0,0\n22.5,112.5",
|
expectedOutput: "22.5,112.5\n0,0\n22.5,112.5\n0,0\n0,0\n22.5,112.5",
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue