diff options
Diffstat (limited to 't/map')
-rw-r--r-- | t/map/tests.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/t/map/tests.t b/t/map/tests.t index e6749b813..5575eafbb 100644 --- a/t/map/tests.t +++ b/t/map/tests.t @@ -3,11 +3,11 @@ use Test::More; my $requires = { 'Angus' => 'angus/js.js', - 'BathNES' => 'bathnes/js.js', + 'BathNES' => 'bathnes/assets.js', 'Bing' => 'map-bing-ol.js', - 'Bristol' => 'bristol/js.js', - 'Bromley' => 'bromley/map.js', - 'Buckinghamshire' => 'buckinghamshire/js.js', + 'Bristol' => 'bristol/assets.js', + 'Bromley' => 'bromley/assets.js', + 'Buckinghamshire' => 'buckinghamshire/assets.js', 'FMS' => 'map-fms.js', 'Google' => 'map-google.js', 'GoogleOL' => 'map-google-ol.js', |