diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-06-04 14:26:50 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-06-05 17:54:31 +0100 |
commit | cd16308e716935a03cebf78d019d7baf4d3127a4 (patch) | |
tree | 330b3b1b4a22b9889732f44e294ea601180421e7 /t | |
parent | ecb2e1af0788a24f216777ea9545abb26637cd96 (diff) |
[Buckinghamshire] Move non-map JS to template.
Diffstat (limited to 't')
-rw-r--r-- | t/map/tests.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/map/tests.t b/t/map/tests.t index 692cf6790..7e3b6f6bd 100644 --- a/t/map/tests.t +++ b/t/map/tests.t @@ -6,7 +6,7 @@ my $requires = { 'Bing' => 'map-bing-ol.js', 'Bristol' => 'bristol/assets.js', 'Bromley' => 'bromley/assets.js', - 'Buckinghamshire' => 'buckinghamshire/assets.js', + 'Buckinghamshire' => 'map-wmts-buckinghamshire.js', 'Lincolnshire' => 'lincolnshire/assets.js', 'FMS' => 'map-fms.js', 'Google' => 'map-google.js', |