aboutsummaryrefslogtreecommitdiffstats
path: root/t/map
diff options
context:
space:
mode:
Diffstat (limited to 't/map')
-rw-r--r--t/map/mastermap.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/map/mastermap.t b/t/map/mastermap.t
index 109142379..79522cdea 100644
--- a/t/map/mastermap.t
+++ b/t/map/mastermap.t
@@ -5,7 +5,7 @@ use FixMyStreet::Map::MasterMap;
subtest 'correct map tiles used' => sub {
my %test = (
16 => [ '-', 'oml' ],
- 20 => [ '.', 'mastermap' ]
+ 20 => [ '.', 'mastermap-staging' ]
);
foreach my $zoom (qw(16 20)) {
my $tiles = FixMyStreet::Map::MasterMap->map_tiles(x_tile => 123, y_tile => 456, zoom_act => $zoom);