diff options
Diffstat (limited to 't/map/tests.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 728aa5125..7cc8f6860 100644 --- a/t/map/tests.t +++ b/t/map/tests.t @@ -20,7 +20,7 @@ my $requires = { }; foreach (FixMyStreet::Map->maps) { - next if /WMTSBase/; # Only its subclasses have JS + next if /WMTSBase|UKCouncilWMTS/; # Only its subclasses have JS my $js = $_->map_javascript; my $test_file = $js->[-1]; s/.*:://; |