aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-08-28 13:25:24 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-08-28 13:26:51 +0100
commit7a5fed80a9b945b6cee6b034f26518d19751e61a (patch)
tree985e486120713cefd4037b40bb947edacae72c00 /t/cobrand
parent7e48c0d697684047440f48ad643bcf68186463bb (diff)
Switch to using mapit as it has nearest postcode functionality now. And isn't down.
Diffstat (limited to 't/cobrand')
-rw-r--r--t/cobrand/closest.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/closest.t b/t/cobrand/closest.t
index 02c979756..464c95e67 100644
--- a/t/cobrand/closest.t
+++ b/t/cobrand/closest.t
@@ -54,7 +54,7 @@ ok $report, "created test report - $report_id";
$report->geocode( undef );
-ok !$report->geocode, 'no gecode entry for report';
+ok !$report->geocode, 'no geocode entry for report';
my $near = $c->find_closest( $report->latitude, $report->longitude, $report );