aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/index.t
diff options
context:
space:
mode:
Diffstat (limited to 't/app/controller/index.t')
-rw-r--r--t/app/controller/index.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/index.t b/t/app/controller/index.t
index cebeaf676..be947e344 100644
--- a/t/app/controller/index.t
+++ b/t/app/controller/index.t
@@ -33,8 +33,8 @@ subtest "does pc, (x,y), (e,n) or (lat,lon) go to /around" => sub {
out => { lat => 51.50100, lon => -0.14158 },
},
{
- in => { x => 3281, y => 1113, },
- out => { lat => 51.4998246332569, lon => -0.140137309739907 },
+ in => { x => 3281, y => 1113, },
+ out => { lat => 51.499825, lon => -0.140137 },
},
{
in => { e => 1234, n => 4567 },